mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
explicitly check p2pkh change address on refresh
This commit is contained in:
parent
97f36e6f04
commit
a63af1787a
1 changed files with 1 additions and 0 deletions
|
@ -1016,6 +1016,7 @@ class BitcoinWallet extends CoinServiceAPI
|
||||||
if (currentHeight != storedHeight) {
|
if (currentHeight != storedHeight) {
|
||||||
GlobalEventBus.instance.fire(RefreshPercentChangedEvent(0.2, walletId));
|
GlobalEventBus.instance.fire(RefreshPercentChangedEvent(0.2, walletId));
|
||||||
await _checkChangeAddressForTransactions();
|
await _checkChangeAddressForTransactions();
|
||||||
|
await _checkP2PKHChangeAddressForTransactions();
|
||||||
|
|
||||||
GlobalEventBus.instance.fire(RefreshPercentChangedEvent(0.3, walletId));
|
GlobalEventBus.instance.fire(RefreshPercentChangedEvent(0.3, walletId));
|
||||||
await _checkCurrentReceivingAddressesForTransactions();
|
await _checkCurrentReceivingAddressesForTransactions();
|
||||||
|
|
Loading…
Reference in a new issue