Remove WalletLock and Storage tests
This commit is contained in:
parent
61b677498b
commit
24c927a93a
11 changed files with 108 additions and 1043 deletions
|
|
@ -60,4 +60,7 @@ FakeBlockchain.prototype.checkSentTx = function (tx, cb) {
|
|||
return cb(null, txid);
|
||||
};
|
||||
|
||||
FakeBlockchain.prototype.removeAllListeners = function() {
|
||||
};
|
||||
|
||||
module.exports = FakeBlockchain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue