settings: fix angular test 6
This commit is contained in:
parent
0a531a47f9
commit
b36564fcb7
2 changed files with 6 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ FakeBlockchain.prototype.getTransaction = function(txid, cb) {
|
|||
};
|
||||
|
||||
FakeBlockchain.prototype.getTransactions = function(addresses, cb) {
|
||||
return cb(null, []);
|
||||
cb(null, []);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue