mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Prefix root keys in coordinator with "coordinator" to prevent conflicts with tributary
This commit is contained in:
@@ -13,7 +13,7 @@ impl<'a, D: Db> MainDb<'a, D> {
|
||||
}
|
||||
|
||||
fn main_key(dst: &'static [u8], key: impl AsRef<[u8]>) -> Vec<u8> {
|
||||
D::key(b"MAIN", dst, key)
|
||||
D::key(b"coordinator_main", dst, key)
|
||||
}
|
||||
|
||||
fn acive_tributaries_key() -> Vec<u8> {
|
||||
|
||||
Reference in New Issue
Block a user