walletdb: v2.

This commit is contained in:
Christopher Jeffrey 2016-08-21 13:47:16 -07:00
parent 1e2d85e7db
commit 4590f94aae
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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);