walletdb: minor.

This commit is contained in:
Christopher Jeffrey 2016-10-24 18:49:09 -07:00
parent 5a4ebccfd4
commit 02de140c91
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -257,7 +257,6 @@ WalletDB.prototype._close = co(function* close() {
yield wallet.destroy();
}
// yield this.client.disconnect();
yield this.db.close();
});