diff --git a/RIPS/rip-7560.md b/RIPS/rip-7560.md index d192c1e..99cda58 100644 --- a/RIPS/rip-7560.md +++ b/RIPS/rip-7560.md @@ -94,7 +94,7 @@ Transactions of this type are referred to as ``` -0x04 || 0x00 || rlp([ +AA_TX_TYPE || rlp([ chainId, nonceKey, nonceSequence, sender, senderValidationData, @@ -586,7 +586,7 @@ Passing `validUntil = 0` and `validAfter = 0` disables the check. ``` -keccak256(AA_TX_TYPE || 0x00 || rlp(transaction_payload) +keccak256(AA_TX_TYPE || rlp(transaction_payload) ```