add secret to adv options in #more
This commit is contained in:
parent
5d6b943ddd
commit
ffe90f2ecc
5 changed files with 26 additions and 2 deletions
|
|
@ -59,6 +59,11 @@ FakeWallet.prototype.createTx = function(toAddress, amountSatStr, comment, opts,
|
|||
callback(null, {});
|
||||
}
|
||||
|
||||
|
||||
FakeWallet.prototype.getSecret = function() {
|
||||
return 'xxx';
|
||||
};
|
||||
|
||||
FakeWallet.prototype.sendTx = function(ntxid, cb) {
|
||||
cb(8);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue