Fix lists and links

This commit is contained in:
Alex Beregszaszi
2017-08-28 11:59:35 +01:00
parent 2b3a49f702
commit dd2cc899bb
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ Encoding of the Metadata Hash in the Bytecode
Because we might support other ways to retrieve the metadata file in the future,
the mapping ``{"bzzr0": <Swarm hash>}`` is stored
[CBOR](https://tools.ietf.org/html/rfc7049)-encoded. Since the beginning of that
`CBOR <https://tools.ietf.org/html/rfc7049>`_-encoded. Since the beginning of that
encoding is not easy to find, its length is added in a two-byte big-endian
encoding. The current version of the Solidity compiler thus adds the following
to the end of the deployed bytecode::