settings: fix references to alternativeName
This commit is contained in:
parent
7c582f4bd5
commit
09ec6f04bb
2 changed files with 3 additions and 2 deletions
|
|
@ -42,6 +42,7 @@ var FakeWallet = function() {
|
|||
};
|
||||
|
||||
this.privateKey = new FakePrivateKey();
|
||||
this.settings = {};
|
||||
};
|
||||
|
||||
FakeWallet.prototype.createTx = function(toAddress, amountSatStr, comment, opts, cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue