mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
checking electrumx takes too long
This commit is contained in:
parent
390bc8026f
commit
f915a705dc
1 changed files with 4 additions and 4 deletions
|
@ -278,10 +278,10 @@ class BitcoinCashWallet extends CoinServiceAPI
|
|||
if (txCountInDB == 0) {
|
||||
// double check via electrumx
|
||||
// _getTxCountForAddress can throw!
|
||||
final count = await getTxCount(address: address);
|
||||
if (count == 0) {
|
||||
// final count = await getTxCount(address: address);
|
||||
// if (count == 0) {
|
||||
return true;
|
||||
}
|
||||
// }
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue