Remove WalletLock and Storage tests

This commit is contained in:
Esteban Ordano 2014-10-25 17:14:04 -03:00
commit 24c927a93a
11 changed files with 108 additions and 1043 deletions

View file

@ -60,4 +60,7 @@ FakeBlockchain.prototype.checkSentTx = function (tx, cb) {
return cb(null, txid);
};
FakeBlockchain.prototype.removeAllListeners = function() {
};
module.exports = FakeBlockchain;