diff --git a/docs/Smart_Contract_Signatures_Encoding.md b/docs/Smart_Contract_Signatures_Encoding.md index c9ef381..a03fe83 100644 --- a/docs/Smart_Contract_Signatures_Encoding.md +++ b/docs/Smart_Contract_Signatures_Encoding.md @@ -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)