network: always use lowercase

This commit is contained in:
Daniel Cousens 2014-06-14 00:30:13 +10:00
parent b68b1d5da4
commit 553ade1208
8 changed files with 26 additions and 26 deletions

View file

@ -204,7 +204,7 @@ describe('HDNode', function() {
var hd = HDNode.fromBase58(f.master.base58)
hd.network = networks.testnet
assert.equal(hd.getAddress().version, networks.testnet.pubKeyHash)
assert.equal(hd.getAddress().version, networks.testnet.pubkeyhash)
})
})