|
@ -171,9 +171,13 @@ class WalletsProgress extends React.Component { |
|
|
`: ${this.parseActivatingBestChainProgress()[0]} (current block)` |
|
|
`: ${this.parseActivatingBestChainProgress()[0]} (current block)` |
|
|
); |
|
|
); |
|
|
} else { |
|
|
} else { |
|
|
return ( |
|
|
if (currentProgress) { |
|
|
`: ${currentProgress}% (${ translate('INDEX.RESCAN_SM') })` |
|
|
return ( |
|
|
); |
|
|
`: ${currentProgress}% (${ translate('INDEX.RESCAN_SM') })` |
|
|
|
|
|
); |
|
|
|
|
|
} else { |
|
|
|
|
|
return null; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} else if ( |
|
|
} else if ( |
|
|
this.props.Settings.debugLog.indexOf('LoadExternalBlockFile:') > -1 || |
|
|
this.props.Settings.debugLog.indexOf('LoadExternalBlockFile:') > -1 || |
|
|