network: always use lowercase
This commit is contained in:
parent
b68b1d5da4
commit
553ade1208
8 changed files with 26 additions and 26 deletions
test
|
@ -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)
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue