Browse Source

integration: fix invalid use of network object

hk-custom-address
Daniel Cousens 11 years ago
parent
commit
2b563ec55a
  1. 2
      test/integration/p2sh.js

2
test/integration/p2sh.js

@ -38,7 +38,7 @@ describe('Bitcoin-js', function() {
})
// make a random private key
var targetAddress = ECKey.makeRandom().pub.getAddress(networks.testnet.pubKeyHash).toString()
var targetAddress = ECKey.makeRandom().pub.getAddress(networks.testnet).toString()
// get latest unspents from the multisigAddress
helloblock.addresses.getUnspents(multisigAddress, function(err, resp, resource) {

Loading…
Cancel
Save