ensure paynym notification address is generated and added to database on restore

This commit is contained in:
julian 2023-01-27 10:21:23 -06:00
parent 5159a61271
commit 8b071e8774

View file

@ -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([