Update tests
This commit is contained in:
parent
37b3543da2
commit
e6a9a443cc
4 changed files with 4 additions and 17 deletions
|
|
@ -15,6 +15,7 @@ var FakeWallet = function() {
|
|||
createdTs: 1403102115,
|
||||
}
|
||||
};
|
||||
this.publicKeyRing = {isComplete: function(){ return true; }};
|
||||
};
|
||||
|
||||
FakeWallet.prototype.createTx = function(toAddress, amountSatStr, comment, opts, cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue