From 222c633f41648f6ca8985052b8ba53b14ef7b2ad Mon Sep 17 00:00:00 2001 From: soonsouth Date: Fri, 15 Mar 2024 23:49:47 +0800 Subject: [PATCH] chore: remove repetitive word Signed-off-by: soonsouth --- qiling/arch/evm/db/storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiling/arch/evm/db/storage.py b/qiling/arch/evm/db/storage.py index f8915da42..9748c5e16 100644 --- a/qiling/arch/evm/db/storage.py +++ b/qiling/arch/evm/db/storage.py @@ -263,7 +263,7 @@ def __init__(self, db: AtomicDatabaseAPI, storage_root: Hash32, address: Address _storage_lookup is itself a pair of databases: (BatchDB -> HexaryTrie), writes to storage lookup *are* immeditaely applied to a trie, generating - the appropriate trie nodes and and root hash (via the HexaryTrie). The + the appropriate trie nodes and root hash (via the HexaryTrie). The writes are *not* persisted to db, until _storage_lookup is explicitly instructed to, via :meth:`StorageLookup.commit_to`