From d3c1e88d8a978761e0c02c68400b32b5ebf367ee Mon Sep 17 00:00:00 2001 From: pbca26 Date: Wed, 11 Oct 2017 12:23:38 +0300 Subject: [PATCH] AGT-103 --- react/src/actions/actions/addCoin.js | 16 ++++++++++++++++ .../dashboard/walletsData/walletsData.js | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/react/src/actions/actions/addCoin.js b/react/src/actions/actions/addCoin.js index 238d48c..20fe256 100644 --- a/react/src/actions/actions/addCoin.js +++ b/react/src/actions/actions/addCoin.js @@ -273,7 +273,23 @@ export function addCoinResult(coin, mode) { if (Number(mode) === 0) { dispatch(activeHandle()); dispatch(shepherdElectrumCoins()); + + setTimeout(function() { + dispatch(activeHandle()); + dispatch(shepherdElectrumCoins()); + }, 500); + setTimeout(function() { + dispatch(activeHandle()); + dispatch(shepherdElectrumCoins()); + }, 1000); + setTimeout(function() { + dispatch(activeHandle()); + dispatch(shepherdElectrumCoins()); + }, 2000); } else { + dispatch(activeHandle()); + dispatch(getDexCoins()); + setTimeout(function() { dispatch(activeHandle()); dispatch(getDexCoins()); diff --git a/react/src/components/dashboard/walletsData/walletsData.js b/react/src/components/dashboard/walletsData/walletsData.js index e5a166c..5918200 100644 --- a/react/src/components/dashboard/walletsData/walletsData.js +++ b/react/src/components/dashboard/walletsData/walletsData.js @@ -283,7 +283,7 @@ class WalletsData extends React.Component { Connection error! -
Try to connect to another SPV server. +
Try to connect to another SPV server. To do that go to "Settings" -> "SPV Server List" tab, choose new server and click "OK".