fix mocha

This commit is contained in:
Matias Alejo Garcia 2014-11-30 18:55:15 -03:00
commit c2163f8c7a
3 changed files with 23 additions and 6 deletions

View file

@ -17,6 +17,9 @@ FakeBlockchain.prototype.getTransactions = function(addresses, from, to, cb) {
FakeBlockchain.prototype.subscribe = function() {
};
FakeBlockchain.prototype.on = function() {
};
FakeBlockchain.prototype.fixUnspent = function(u) {
this.u = u;
};