Skip to content

Commit

Permalink
fix: add from address in request
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya-Solulab committed Oct 28, 2024
1 parent bc0e6c5 commit 193e789
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,7 @@ def get_transfer_transaction( # pylint: disable=arguments-differ
if nonce is None:
return transaction
transaction = {
"from": sender_address,
"nonce": nonce,
"chainId": chain_id,
"to": destination_address,
Expand Down

0 comments on commit 193e789

Please sign in to comment.