mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 09:05:13 +01:00
fixed pub migration bug
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user