mempool: update serialization version.
This commit is contained in:
parent
b53162e12d
commit
545eb77cdb
@ -2375,7 +2375,7 @@ function MempoolCache(options) {
|
||||
this.db = LDB(options);
|
||||
}
|
||||
|
||||
MempoolCache.VERSION = 1;
|
||||
MempoolCache.VERSION = 2;
|
||||
|
||||
MempoolCache.prototype.getVersion = co(function* getVersion() {
|
||||
var data = yield this.db.get(layout.V);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user