Skip to content

Commit

Permalink
Post-merge compile fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Nov 23, 2021
1 parent cca1d28 commit 7c4831f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commons/crypto/signing/dispatch/signerrouter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ impl SignerRouter {
IdentifyResult::Unusable => {
// Signer is ready and unusable, remove it from the pending set
warn!("Signer '{}' could not be identified: signer is not usable", signer_name);
Ok(false)
}
IdentifyResult::Corrupt => {
// This case should never happen as this variant is handled in the called code
Expand Down

0 comments on commit 7c4831f

Please sign in to comment.