mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
ensure paynym notification address is generated and added to database on restore
This commit is contained in:
parent
5159a61271
commit
8b071e8774
1 changed files with 6 additions and 0 deletions
|
@ -538,6 +538,12 @@ class DogecoinWallet extends CoinServiceAPI
|
|||
...p2pkhChangeAddressArray,
|
||||
]);
|
||||
|
||||
// generate to ensure notification address is in db before refreshing transactions
|
||||
await getMyNotificationAddress(DerivePathType.bip44);
|
||||
|
||||
// refresh transactions to pick up any received notification transactions
|
||||
await _refreshTransactions();
|
||||
|
||||
await _updateUTXOs();
|
||||
|
||||
await Future.wait([
|
||||
|
|
Loading…
Reference in a new issue