Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Dec 30, 2020
1 parent 3804bca commit 3b69438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcore/src/engines/authority_round/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,7 @@ impl Engine<EthereumMachine> for AuthorityRound {
.map(|(author, reward_kind)| (author, reward_kind, self.block_reward))
.collect()
};

if let Some(signer) = self.signer.read().as_ref() {
let our_addr = signer.address();
self.validators.on_close_block(&block.header, &our_addr)?
Expand Down

0 comments on commit 3b69438

Please sign in to comment.