fix: add comment above 1559 txn test (#273)

This commit is contained in:
Juliya Smith
2022-11-17 09:10:56 -06:00
committed by GitHub
parent c9f808fe81
commit b135e55b06

View File

@@ -96,6 +96,8 @@ tx = UnsignedTransaction(
)
encodedTx = encode(tx, UnsignedTransaction)
# To test an EIP-1559 transaction, uncomment this line
# encodedTx = bytearray.fromhex(
# "02ef0306843b9aca008504a817c80082520894b2bb2b958afa2e96dab3f3ce7162b87daea39017872386f26fc1000080c0")