Skip to content

Commit ca41b73

Browse files
chore(tests): remove TODO
1 parent 54057d8 commit ca41b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/prague/eip6110_deposits/test_modified_contract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# (This happens on-chain also, but this is done by the solidity contract)
4646
"amount_data": bytes.fromhex("0" + DEFAULT_DEPOSIT_REQUEST.amount.hex()[2:])[::-1],
4747
"signature_data": bytes(DEFAULT_DEPOSIT_REQUEST.signature),
48-
"index_data": bytes(), # TODO: read from the default deposit request instead of hardcoding 0
48+
"index_data": bytes(DEFAULT_DEPOSIT_REQUEST.index),
4949
}
5050
DEFAULT_REQUEST_LOG = create_deposit_log_bytes(**DEFAULT_DEPOSIT_REQUEST_LOG_DATA_DICT) # type: ignore
5151

0 commit comments

Comments
 (0)