Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
debjit-bw committed Oct 14, 2024
1 parent 9a38e51 commit f6974ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gnosis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ where
}
} else {
should_create = true;
}
}

// Clean-up post system tx context
if should_create {
// Populate system account on first block
Expand All @@ -208,7 +208,7 @@ where
// Conditionally clear the system address account to prevent being removed
state.remove(&SYSTEM_ADDRESS);
}

state.remove(&evm.block().coinbase);
evm.context.evm.db.commit(state);
// re-set the previous env
Expand Down

0 comments on commit f6974ff

Please sign in to comment.