From a63af1787a42bd30d1c3cd382a16d44d31291682 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 23 Feb 2023 13:49:27 -0600 Subject: [PATCH] explicitly check p2pkh change address on refresh --- lib/services/coins/bitcoin/bitcoin_wallet.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/services/coins/bitcoin/bitcoin_wallet.dart b/lib/services/coins/bitcoin/bitcoin_wallet.dart index 4b9d51508..44c600f39 100644 --- a/lib/services/coins/bitcoin/bitcoin_wallet.dart +++ b/lib/services/coins/bitcoin/bitcoin_wallet.dart @@ -1016,6 +1016,7 @@ class BitcoinWallet extends CoinServiceAPI if (currentHeight != storedHeight) { GlobalEventBus.instance.fire(RefreshPercentChangedEvent(0.2, walletId)); await _checkChangeAddressForTransactions(); + await _checkP2PKHChangeAddressForTransactions(); GlobalEventBus.instance.fire(RefreshPercentChangedEvent(0.3, walletId)); await _checkCurrentReceivingAddressesForTransactions();