diff options
author | chriseth <c@ethdev.com> | 2016-12-13 23:36:01 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-12-13 23:37:48 +0800 |
commit | 56a027bedc88305fe05b09859cbab408d44a0106 (patch) | |
tree | c34f60f8dbb32c4fa49fc2324afd027d8ca87271 /docs | |
parent | 9d60734549f6188884bec278208cab0af9c9735e (diff) | |
download | dexon-solidity-56a027bedc88305fe05b09859cbab408d44a0106.tar.gz dexon-solidity-56a027bedc88305fe05b09859cbab408d44a0106.tar.zst dexon-solidity-56a027bedc88305fe05b09859cbab408d44a0106.zip |
Use multiple URLs for metadata.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/miscellaneous.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 81e39a26..4a9dad87 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -334,10 +334,10 @@ Comments are of course also not permitted and used here only for explanatory pur "myFile.sol": { // Required: keccak256 hash of the source file "keccak256": "0x123...", - // Required (unless "content" is used, see below): URL to the - // source file, protocol is more or less arbitrary, but a Swarm - // URL is recommended - "url": "bzzr://56ab..." + // Required (unless "content" is used, see below): Sorted URL(s) + // to the source file, protocol is more or less arbitrary, but a + // Swarm URL is recommended + "urls": [ "bzzr://56ab..." ] }, "mortal": { // Required: keccak256 hash of the source file |