btc tx fetch fetch fix

This commit is contained in:
julian 2023-01-18 18:13:08 -06:00
parent 89f0704bd4
commit 7d061866bd

View file

@ -1320,6 +1320,9 @@ class BitcoinWallet extends CoinServiceAPI with WalletCache, WalletDB {
.getAddresses(walletId)
.filter()
.not()
.typeEqualTo(isar_models.AddressType.unknown)
.and()
.not()
.typeEqualTo(isar_models.AddressType.nonWallet)
.and()
.group((q) => q