Skip to content

Commit

Permalink
Fix typo in chain.rs fork resolution function
Browse files Browse the repository at this point in the history
Signed-off-by: Boyd Johnson <bjohnson@bitwise.io>
  • Loading branch information
Boyd Johnson committed Oct 12, 2018
1 parent 72eb2da commit 5c7a0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/src/journal/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ impl ChainControllerState {
};

info!(
"Building fork resoultion for chain head '{}' against new block '{}'",
"Building fork resolution for chain head '{}' against new block '{}'",
&chain_head, &new_block
);
if let Some(prior_heads_successor) = result.new_chain.get(0) {
Expand Down

0 comments on commit 5c7a0bb

Please sign in to comment.