test: rephrase fail -> throw
This commit is contained in:
parent
2920bb2ee1
commit
eaf8cf85af
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ describe('Wallet', function() {
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('processConfirmedTx', function(){
|
describe('processConfirmedTx', function(){
|
||||||
it('does not fail on scripts with no corresponding Address', function() {
|
it('does not throw on scripts with no corresponding Address', function() {
|
||||||
var pubKey = wallet.getPrivateKey(0).pub
|
var pubKey = wallet.getPrivateKey(0).pub
|
||||||
var script = scripts.pubKeyOutput(pubKey)
|
var script = scripts.pubKeyOutput(pubKey)
|
||||||
var tx2 = new Transaction()
|
var tx2 = new Transaction()
|
||||||
|
|
Loading…
Add table
Reference in a new issue