mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Rename add_active_tributary for clarity
This commit is contained in:
@@ -57,7 +57,7 @@ impl<D: Db> MainDb<D> {
|
||||
|
||||
(bytes, tributaries)
|
||||
}
|
||||
pub fn add_active_tributary(txn: &mut D::Transaction<'_>, spec: &TributarySpec) {
|
||||
pub fn add_participating_in_tributary(txn: &mut D::Transaction<'_>, spec: &TributarySpec) {
|
||||
txn.put(Self::in_tributary_key(spec.set()), []);
|
||||
|
||||
let key = Self::active_tributaries_key();
|
||||
|
||||
Reference in New Issue
Block a user