mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Inline noise into OnlyValidators
libp2p does support (noise, OnlyValidators) but it'll interpret it as either, not a chain. This will act as the desired chain.
This commit is contained in:
@@ -65,7 +65,7 @@ where
|
||||
let validators = client.runtime_api().validators(latest_block, network).map_err(|_| {
|
||||
jsonrpsee::core::Error::to_call_error(std::io::Error::other(format!(
|
||||
"couldn't get validators from the latest block, which is likely a fatal bug. {}",
|
||||
"please report this at https://github.com/serai-dex/serai",
|
||||
"please report this at https://github.com/serai-dex/serai/issues",
|
||||
)))
|
||||
})?;
|
||||
// Always return the protocol's bootnodes
|
||||
|
||||
Reference in New Issue
Block a user