Skip to content

Commit

Permalink
cargo fmt --all -- --config imports_granularity=Crate
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Oct 30, 2024
1 parent 293f6aa commit 6cdddab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/ethcore/src/engines/hbbft/keygen_transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,9 @@ impl KeygenTransactionSender {
let (mut synckeygen, part) = engine_signer_to_synckeygen(signer, pub_leys_arc.clone())
.map_err(|e| {
warn!(target:"engine", "engine_signer_to_synckeygen pub keys count {:?} error {:?}", pub_leys_arc.len(), e);

pub_leys_arc.iter().for_each(|(k, v)| {
warn!(target:"engine", "pub key {}", k);
});

CallError::ReturnValueInvalid
})?;

Expand Down

0 comments on commit 6cdddab

Please sign in to comment.