networks: remove magicPrefix double up

This commit is contained in:
Daniel Cousens 2015-03-16 11:14:29 +11:00
parent fc8dd65c0e
commit 063b036988

View file

@ -146,7 +146,6 @@ for (var networkName in networks) {
var network = networks[networkName]
network.estimateFee = patchEstimateFee.bind(null, network)
network.magicPrefix = network.messagePrefix
}
module.exports = networks