settings: fix angular test 6

This commit is contained in:
Manuel Araoz 2014-09-05 16:42:57 -07:00
commit b36564fcb7
2 changed files with 6 additions and 2 deletions

View file

@ -11,7 +11,7 @@ FakeBlockchain.prototype.getTransaction = function(txid, cb) {
};
FakeBlockchain.prototype.getTransactions = function(addresses, cb) {
return cb(null, []);
cb(null, []);
};