From e7c109898e1f03abd7fedd32c1646511f4241d61 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Mon, 20 Jan 2020 17:13:40 +0300 Subject: [PATCH] Fix the latest byte of metadata hash encoding in the docs --- docs/metadata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metadata.rst b/docs/metadata.rst index a91751858..0c8ae47f1 100644 --- a/docs/metadata.rst +++ b/docs/metadata.rst @@ -142,7 +142,7 @@ to the end of the deployed bytecode:: 0xa2 0x64 'i' 'p' 'f' 's' 0x58 0x22 <34 bytes IPFS hash> 0x64 's' 'o' 'l' 'c' 0x43 <3 byte version encoding> - 0x00 0x32 + 0x00 0x33 So in order to retrieve the data, the end of the deployed bytecode can be checked to match that pattern and use the IPFS hash to retrieve the file.