settings: fix references to alternativeName

This commit is contained in:
Manuel Araoz 2014-09-04 11:19:12 -03:00
commit 09ec6f04bb
2 changed files with 3 additions and 2 deletions

View file

@ -42,6 +42,7 @@ var FakeWallet = function() {
};
this.privateKey = new FakePrivateKey();
this.settings = {};
};
FakeWallet.prototype.createTx = function(toAddress, amountSatStr, comment, opts, cb) {