Skip to content

Commit

Permalink
nit: eip-6110
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed May 1, 2024
1 parent c739f06 commit 5eba6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/prague/eip6110_deposits/test_deposits.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def transaction(self, nonce: int) -> Transaction:
gas_price=0x07,
to=self.entry_address(),
value=0,
data=b"".join(d.calldata for d in self.requests),
data=b"".join(r.calldata for r in self.requests),
secret_key=self.sender_account.key,
)

Expand Down

0 comments on commit 5eba6a8

Please sign in to comment.