mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
cargo fmt
This commit is contained in:
parent
a1ecdbf2f3
commit
757adda2e0
1 changed files with 2 additions and 1 deletions
|
@ -199,7 +199,8 @@ impl<T: TendermintValidator> TendermintAuthority<T> {
|
|||
};
|
||||
|
||||
// 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
|
||||
// This has to be spawning the machine, else gossip fails for some reason
|
||||
|
|
Loading…
Reference in a new issue