fix tests
This commit is contained in:
parent
4262e6b274
commit
e8c9da46b6
4 changed files with 8 additions and 5 deletions
|
|
@ -29,7 +29,11 @@ module.exports = {
|
|||
completeTransaction: function(tx, txHash) {
|
||||
calls.status = true;
|
||||
},
|
||||
recordBill: function(fingerprint, trade) { }
|
||||
recordBill: function(fingerprint, trade) { },
|
||||
addOutgoingTx: function(session, tx, cb) {
|
||||
cb(null, {satoshis: tx.satoshis});
|
||||
},
|
||||
sentCoins: function() {}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue