mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 11:16:36 +00:00
btc tx fetch fetch fix
This commit is contained in:
parent
89f0704bd4
commit
7d061866bd
1 changed files with 3 additions and 0 deletions
|
@ -1320,6 +1320,9 @@ class BitcoinWallet extends CoinServiceAPI with WalletCache, WalletDB {
|
||||||
.getAddresses(walletId)
|
.getAddresses(walletId)
|
||||||
.filter()
|
.filter()
|
||||||
.not()
|
.not()
|
||||||
|
.typeEqualTo(isar_models.AddressType.unknown)
|
||||||
|
.and()
|
||||||
|
.not()
|
||||||
.typeEqualTo(isar_models.AddressType.nonWallet)
|
.typeEqualTo(isar_models.AddressType.nonWallet)
|
||||||
.and()
|
.and()
|
||||||
.group((q) => q
|
.group((q) => q
|
||||||
|
|
Loading…
Reference in a new issue