mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 22:19:26 +00:00
Configure node for a multi-node testnet
This commit is contained in:
@@ -38,7 +38,6 @@ impl TendermintValidatorsStruct {
|
||||
let api = client.runtime_api();
|
||||
let session = api.current_session(&BlockId::Hash(last)).unwrap();
|
||||
let validators = api.validators(&BlockId::Hash(last)).unwrap();
|
||||
assert_eq!(validators.len(), 1);
|
||||
|
||||
Self {
|
||||
session,
|
||||
|
||||
Reference in New Issue
Block a user