mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Prefix root keys in coordinator with "coordinator" to prevent conflicts with tributary
This commit is contained in:
@@ -57,7 +57,7 @@ impl<D: Db> TributaryDb<D> {
|
||||
}
|
||||
|
||||
fn tributary_key(dst: &'static [u8], key: impl AsRef<[u8]>) -> Vec<u8> {
|
||||
D::key(b"TRIBUTARY", dst, key)
|
||||
D::key(b"coordinator_tributary", dst, key)
|
||||
}
|
||||
|
||||
fn block_key(genesis: [u8; 32]) -> Vec<u8> {
|
||||
|
||||
Reference in New Issue
Block a user