fix mocha
This commit is contained in:
parent
0691bb5f7e
commit
c2163f8c7a
3 changed files with 23 additions and 6 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue