ensure ba/nano height is updated when fetching transactions. Probably redundant

This commit is contained in:
julian 2024-01-16 19:10:22 -06:00
parent ec52612f61
commit 07b750189f

View file

@ -489,6 +489,7 @@ mixin NanoInterface<T extends NanoCurrency> on Bip39Wallet<T> {
@override
Future<void> updateTransactions() async {
await updateChainHeight();
final receivingAddress =
(_cachedAddress ?? await getCurrentReceivingAddress())!;
final String publicAddress = receivingAddress.value;