fixed pub migration bug

This commit is contained in:
SKP
2019-06-18 21:37:59 +02:00
parent 1496afae0d
commit 77d9d1eb4e

View File

@@ -178,9 +178,7 @@ module.exports = class Config {
}
// xpub && use_xpub
if( !this.data.xpub ) {
this.data.use_xpub = false;
}
this.data.use_xpub = !!this.data.xpub;
}