Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Update chain-abci/src/app/app_init/validator_state.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Devashish Dixit <devashish@crypto.com>
  • Loading branch information
yihuang and devashishdxt authored Feb 12, 2020
1 parent b691bcd commit 5f6a3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-abci/src/app/app_init/validator_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ impl ValidatorState {
);
} else {
log::error!(
"Validator in `last_commit_info` is cleaned up: {}",
"Validator in `last_commit_info` is cleaned up/non-existent: {}",
tm_address
);
}
Expand Down

0 comments on commit 5f6a3b8

Please sign in to comment.