mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix the latest byte of metadata hash encoding in the docs
This commit is contained in:
parent
1b19524036
commit
e7c109898e
@ -142,7 +142,7 @@ to the end of the deployed bytecode::
|
|||||||
0xa2
|
0xa2
|
||||||
0x64 'i' 'p' 'f' 's' 0x58 0x22 <34 bytes IPFS hash>
|
0x64 'i' 'p' 'f' 's' 0x58 0x22 <34 bytes IPFS hash>
|
||||||
0x64 's' 'o' 'l' 'c' 0x43 <3 byte version encoding>
|
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
|
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.
|
to match that pattern and use the IPFS hash to retrieve the file.
|
||||||
|
Loading…
Reference in New Issue
Block a user