From 4590f94aaecd3d744a8051c0a44b2d738d63a66d Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 21 Aug 2016 13:47:16 -0700 Subject: [PATCH] walletdb: v2. --- lib/bcoin/walletdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bcoin/walletdb.js b/lib/bcoin/walletdb.js index 293f8eac..d5aee1ae 100644 --- a/lib/bcoin/walletdb.js +++ b/lib/bcoin/walletdb.js @@ -265,7 +265,7 @@ WalletDB.prototype._open = function open(callback) { if (err) return callback(err); - self.db.checkVersion('V', 1, function(err) { + self.db.checkVersion('V', 2, function(err) { if (err) return callback(err);