fix: add comment above 1559 txn test (#273)
This commit is contained in:
@@ -96,6 +96,8 @@ tx = UnsignedTransaction(
|
|||||||
)
|
)
|
||||||
|
|
||||||
encodedTx = encode(tx, UnsignedTransaction)
|
encodedTx = encode(tx, UnsignedTransaction)
|
||||||
|
|
||||||
|
# To test an EIP-1559 transaction, uncomment this line
|
||||||
# encodedTx = bytearray.fromhex(
|
# encodedTx = bytearray.fromhex(
|
||||||
# "02ef0306843b9aca008504a817c80082520894b2bb2b958afa2e96dab3f3ce7162b87daea39017872386f26fc1000080c0")
|
# "02ef0306843b9aca008504a817c80082520894b2bb2b958afa2e96dab3f3ce7162b87daea39017872386f26fc1000080c0")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user