checking electrumx takes too long

This commit is contained in:
julian 2023-10-26 16:06:47 -06:00
parent 390bc8026f
commit f915a705dc

View file

@ -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) {
return true;
}
// final count = await getTxCount(address: address);
// if (count == 0) {
return true;
// }
}
return false;