From 8a9402f907562ed6ea1181b5f4142fd7564032af Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sun, 27 Oct 2024 12:49:50 +0300 Subject: [PATCH] Update Smart_Contract_Signatures_Encoding.md To be more precise, replace "padded" with "zero-padded" to specify that the address is padded with zeros. --- docs/Smart_Contract_Signatures_Encoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)