You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EIP1559 transactions use the first byte as the typed transaction envelope (refer to https://eips.ethereum.org/EIPS/eip-2718). Therefore to decode the RLP correctly, you'll need to remove the first byte (i.e. 02 in your case).
Using your above example, 0xf86b0580847735940085012a05f2008252089498b6ded3b7f2268e2ff997ff9371fdb11945838e7b80c080a0ea398ca69a80cdc2f11106717b1168db06503759c37e2e2fbb525d474fe4750ca00568d8b50e6e162cae79535541c367e05e80122c4f3647dea0aeff19995cd9a0 should decode correctly.
Error info
rlp.exceptions.DecodingError: RLP string ends with 109 superfluous bytes
But on https://rawtxdecode.in/
decode result is right
The text was updated successfully, but these errors were encountered: