Skip to content

Commit

Permalink
Update Smart_Contract_Signatures_Encoding.md
Browse files Browse the repository at this point in the history
To be more precise, replace "padded" with "zero-padded" to specify that the address is padded with zeros.
  • Loading branch information
mdqst authored Oct 27, 2024
1 parent 30a6015 commit 8a9402f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Smart_Contract_Signatures_Encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Contract signature (EIP-1271).

### Constant part

{32-bytes signature verifier} - padded address of the contract that implements the EIP-1271 interface to verify the signature
{32-bytes signature verifier} - zero-padded address of the contract that implements the EIP-1271 interface to verify the signature

{32-bytes data position} - position of the start of the signature data (offset relative to the beginning of the signature data)

Expand Down

0 comments on commit 8a9402f

Please sign in to comment.