Merge pull request #7027 from ethereum/chriseth-patch-2

Fix link.
This commit is contained in:
chriseth 2019-07-01 16:19:26 +02:00 committed by GitHub
commit 7de18b37c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,6 +186,6 @@ This automatically verifies the metadata since its hash is part of the bytecode.
Excess data corresponds to the constructor input data, which should be decoded
according to the interface and presented to the user.
In the repository [source-verify](https://github.com/ethereum/source-verify)
([npm package](https://www.npmjs.com/package/source-verify)) you can see
In the repository `source-verify <https://github.com/ethereum/source-verify>`_
(`npm package <https://www.npmjs.com/package/source-verify>`_) you can see
example code that shows how to use this feature.