mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Expand cluster-sm/local testnet to 4 validators for BFT where f=1
This commit is contained in:
@@ -36,7 +36,7 @@ pub fn coordinator_instance(
|
||||
("DB_PATH".to_string(), "./coordinator-db".to_string()),
|
||||
("SERAI_KEY".to_string(), {
|
||||
use serai_client::primitives::insecure_pair_from_name;
|
||||
hex::encode(insecure_pair_from_name(name).as_ref().secret.to_bytes()[.. 32].as_ref())
|
||||
hex::encode(&insecure_pair_from_name(name).as_ref().secret.to_bytes()[.. 32])
|
||||
}),
|
||||
]
|
||||
.into(),
|
||||
|
||||
Reference in New Issue
Block a user