remove duplicate [skip ci]

This commit is contained in:
OmarHatem 2024-09-09 23:55:16 +03:00
parent 3a70d72241
commit 18a9bdea87

View file

@ -1694,7 +1694,6 @@ abstract class ElectrumWalletBase
} else if (type == WalletType.bitcoinCash) {
await Future.wait(BITCOIN_CASH_ADDRESS_TYPES
.map((type) => fetchTransactionsForAddressType(historiesWithDetails, type)));
await fetchTransactionsForAddressType(historiesWithDetails, P2pkhAddressType.p2pkh);
} else if (type == WalletType.litecoin) {
await Future.wait(LITECOIN_ADDRESS_TYPES
.map((type) => fetchTransactionsForAddressType(historiesWithDetails, type)));