mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
cargo fmt
This commit is contained in:
@@ -199,7 +199,8 @@ impl<T: TendermintValidator> TendermintAuthority<T> {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Get our first proposal
|
// Get our first proposal
|
||||||
let proposal = authority.get_proposal(&import.client.header(last_hash).unwrap().unwrap()).await;
|
let proposal =
|
||||||
|
authority.get_proposal(&import.client.header(last_hash).unwrap().unwrap()).await;
|
||||||
|
|
||||||
// Create the gossip network
|
// Create the gossip network
|
||||||
// This has to be spawning the machine, else gossip fails for some reason
|
// This has to be spawning the machine, else gossip fails for some reason
|
||||||
|
|||||||
Reference in New Issue
Block a user