Skip to content

Commit

Permalink
nit: eip-7002
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed May 1, 2024
1 parent 43d8dba commit 9fb6a64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def transaction(self, nonce: int) -> Transaction:
gas_price=0x07,
to=self.entry_address(),
value=0,
data=b"".join(w.calldata for w 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 9fb6a64

Please sign in to comment.