Skip to content

Commit

Permalink
chore: remove repetitive word
Browse files Browse the repository at this point in the history
Signed-off-by: soonsouth <[email protected]>
  • Loading branch information
soonsouth committed Mar 15, 2024
1 parent 9a78d18 commit 222c633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiling/arch/evm/db/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 222c633

Please sign in to comment.