From 4dd617d5ca86b78978975d585d03ae9ab1ed5be6 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Wed, 28 May 2014 13:25:21 +1000 Subject: [PATCH] wallet: fix address description typo --- test/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/wallet.js b/test/wallet.js index e42b8bd..567bfd4 100644 --- a/test/wallet.js +++ b/test/wallet.js @@ -325,7 +325,7 @@ describe('Wallet', function() { tx = Transaction.fromHex(fixtureTx1Hex) }) - it('does not fail not fail on scripts with no corresponding Address', function() { + it('does not fail on scripts with no corresponding Address', function() { var pubKey = wallet.getPrivateKey(0).pub var script = Script.createPubKeyScriptPubKey(pubKey) var tx2 = new Transaction()