Skip to content

Commit 133b318

Browse files
committed
fix comments
1 parent 20f69ba commit 133b318

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration_tests/test_basic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,13 +1153,12 @@ def test_access_list(cronos):
11531153
rpc_tx = w3.eth.get_transaction(txhash)
11541154
assert rpc_tx.accessList == access_list
11551155

1156-
# Check get access list with contract access
1156+
# Deploy a contract and call a function hitting multiple slots
11571157
contract = deploy_contract(
11581158
w3,
11591159
CONTRACTS["TestAccessList"],
11601160
)
11611161

1162-
# Build data field for set(123)
11631162
tx_data = contract.functions.touchSlots(123, 456).build_transaction(
11641163
{"from": ADDRS["validator"]}
11651164
)["data"]

0 commit comments

Comments
 (0)