walletdb: v2.
This commit is contained in:
parent
1e2d85e7db
commit
4590f94aae
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user