Commit dbd69385 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #862 from ethereum/swarmurl

fix bzz url
parents 890a1160 25d26b77
......@@ -23,7 +23,7 @@ var getDetails = function (contractName, contract, source) {
detail.metadataHash = retrieveMetadataHash(contract.bytecode)
if (detail.metadataHash) {
detail.swarmLocation = 'bzz://' + detail.metadataHash
detail.swarmLocation = 'bzzr://' + detail.metadataHash
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment