From 02de140c91080a4398239a947885d5c2cfa82c00 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 24 Oct 2016 18:49:09 -0700 Subject: [PATCH] walletdb: minor. --- lib/wallet/walletdb.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/wallet/walletdb.js b/lib/wallet/walletdb.js index 55aa1e2c..f70a64c3 100644 --- a/lib/wallet/walletdb.js +++ b/lib/wallet/walletdb.js @@ -257,7 +257,6 @@ WalletDB.prototype._close = co(function* close() { yield wallet.destroy(); } - // yield this.client.disconnect(); yield this.db.close(); });