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() { describe('setUnspentOutputs', function() {
var utxo var utxo
var expectedOutputKey var expectedOutputKey
var wallet
beforeEach(function() { beforeEach(function() {
utxo = { utxo = {

Loading…
Cancel
Save