Skip to content

Commit

Permalink
fix: add comment above 1559 txn test (LedgerHQ#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Nov 17, 2022
1 parent c9f808f commit b135e55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/signTx.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def parse_bip32_path(path):
)

encodedTx = encode(tx, UnsignedTransaction)

# To test an EIP-1559 transaction, uncomment this line
# encodedTx = bytearray.fromhex(
# "02ef0306843b9aca008504a817c80082520894b2bb2b958afa2e96dab3f3ce7162b87daea39017872386f26fc1000080c0")

Expand Down

0 comments on commit b135e55

Please sign in to comment.