Skip to content

Commit

Permalink
rusk: Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
moCello committed Aug 9, 2024
1 parent 5fb6900 commit 7cc7d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusk/src/lib/node/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ impl VMExecution for Rusk {
}
ProtocolTransaction::Moonlight(tx) => {
let account_data =
self.account(&tx.from_account()).map_err(|e| {
self.account(tx.from_account()).map_err(|e| {
anyhow::anyhow!("Cannot check account: {e}")
})?;

Expand Down

0 comments on commit 7cc7d9b

Please sign in to comment.