Skip to content

Commit 53fa104

Browse files
committed
verkle: fix sstore test
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent be06ec7 commit 53fa104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/verkle/eip4762_verkle_gas_witness/test_sstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def _sstore(
135135
)
136136
blocks = [Block(txs=[tx])]
137137

138-
postStorage = TestAddress2Storage
138+
postStorage = TestAddress2Storage.copy()
139139
successful_writes = (
140140
len(storage_slot_writes)
141141
if post_state_mutated_slot_count is None

0 commit comments

Comments
 (0)