Merge pull request #4883 from ethereum/docs_json_urls_allow_paths

Mention in docs that standard json url files need --allow-paths
This commit is contained in:
chriseth 2018-09-04 20:11:23 +02:00 committed by GitHub
commit c9f50b36aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,8 @@ Input Description
[
"bzzr://56ab...",
"ipfs://Qma...",
// If files are used, their directories should be added to the command line via
// `--allow-paths <path>`.
"file:///tmp/path/to/file.sol"
]
},