From 2f0c6d3e2560b5701e65db751912f7138eaffda8 Mon Sep 17 00:00:00 2001
From: Renato Dinhani <101204870+dinhani-cw@users.noreply.github.com>
Date: Tue, 25 Jun 2024 15:57:03 -0300
Subject: [PATCH] refactor: reorder InMemoryTemporaryStorage methods to match
trait order (#1238)
---
.../storage/inmemory/inmemory_temporary.rs | 51 +++++++++----------
1 file changed, 23 insertions(+), 28 deletions(-)
diff --git a/src/eth/storage/inmemory/inmemory_temporary.rs b/src/eth/storage/inmemory/inmemory_temporary.rs
index 6a3a6c05e..84ffdf12e 100644
--- a/src/eth/storage/inmemory/inmemory_temporary.rs
+++ b/src/eth/storage/inmemory/inmemory_temporary.rs
@@ -113,20 +113,6 @@ impl InMemoryTemporaryAccount {
}
impl TemporaryStorage for InMemoryTemporaryStorage {
- // -------------------------------------------------------------------------
- // Accounts and Slots
- // -------------------------------------------------------------------------
-
- fn read_account(&self, address: &Address) -> anyhow::Result