|
|
@ -332,6 +332,7 @@ class WalletsData extends React.Component { |
|
|
|
} |
|
|
|
|
|
|
|
spvAutoReconnect() { |
|
|
|
if (this.props.Dashboard.electrumCoins[this.props.ActiveCoin.coin].serverList !== 'none') { |
|
|
|
let _spvServers = this.props.Dashboard.electrumCoins[this.props.ActiveCoin.coin].serverList; |
|
|
|
let _server = [ |
|
|
|
this.props.Dashboard.electrumCoins[this.props.ActiveCoin.coin].server.ip, |
|
|
@ -364,6 +365,7 @@ class WalletsData extends React.Component { |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
isFullySynced() { |
|
|
|
const _progress = this.props.ActiveCoin.progress; |
|
|
|