diff --git a/substrate/tendermint/client/src/authority/mod.rs b/substrate/tendermint/client/src/authority/mod.rs index 519dbd72..379784f0 100644 --- a/substrate/tendermint/client/src/authority/mod.rs +++ b/substrate/tendermint/client/src/authority/mod.rs @@ -199,7 +199,8 @@ impl TendermintAuthority { }; // 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