Browse Source

tests: fix bitcoin core address tests

hk-custom-address
Daniel Cousens 10 years ago
parent
commit
eb752f8316
  1. 2
      test/bitcoin.core.js

2
test/bitcoin.core.js

@ -86,7 +86,7 @@ describe('Bitcoin-core', function () {
var address = Address.fromBase58Check(string)
assert.notEqual(allowedNetworks.indexOf(address.version), -1, 'Invalid network')
}, /Invalid (checksum|address length|network)/)
}, /(Invalid (checksum|network))|(too (short|long))/)
})
})
})

Loading…
Cancel
Save