Update tests

This commit is contained in:
Yemel Jardi 2014-07-08 11:20:38 -03:00
commit e6a9a443cc
4 changed files with 4 additions and 17 deletions

View file

@ -15,6 +15,7 @@ var FakeWallet = function() {
createdTs: 1403102115,
}
};
this.publicKeyRing = {isComplete: function(){ return true; }};
};
FakeWallet.prototype.createTx = function(toAddress, amountSatStr, comment, opts, cb) {