From f6974ff8c4ab3a66aa8024882e67a095e3968997 Mon Sep 17 00:00:00 2001 From: debjit Date: Mon, 14 Oct 2024 14:41:01 +0530 Subject: [PATCH] fmt --- src/gnosis.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gnosis.rs b/src/gnosis.rs index a9d1d5d..152e990 100644 --- a/src/gnosis.rs +++ b/src/gnosis.rs @@ -193,8 +193,8 @@ where } } else { should_create = true; - } - + } + // Clean-up post system tx context if should_create { // Populate system account on first block @@ -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