Skip to content

Commit

Permalink
chore: make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Feb 14, 2024
1 parent abe8558 commit 5a82875
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1438,8 +1438,7 @@ pub fn check_nonce<I: IO>(

if transaction_nonce != &account_nonce {
return Err(EngineErrorKind::IncorrectNonce(format!(
"ERR_INCORRECT_NONCE: ac: {}, tx: {}",
account_nonce, transaction_nonce
"ERR_INCORRECT_NONCE: ac: {account_nonce}, tx: {transaction_nonce}"
)));
}

Expand Down

0 comments on commit 5a82875

Please sign in to comment.