Skip to content

Commit

Permalink
Pacify mighty clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Aug 8, 2024
1 parent 53e839e commit b764446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace_decoder/src/decoding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ impl ProcessedBlockTrace {
))
})?;

if receipt.status == false {
if !receipt.status {
// The transaction failed, hence any created account should be removed.
trie_state
.state
Expand Down

0 comments on commit b764446

Please sign in to comment.