Browse Source

Wallet: add missing variable wallet

hk-custom-address
Daniel Cousens 11 years ago
parent
commit
69dfd3204d
  1. 1
      test/wallet.js

1
test/wallet.js

@ -273,6 +273,7 @@ describe('Wallet', function() {
describe('setUnspentOutputs', function() {
var utxo
var expectedOutputKey
var wallet
beforeEach(function() {
utxo = {

Loading…
Cancel
Save