mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
ensure ba/nano height is updated when fetching transactions. Probably redundant
This commit is contained in:
parent
ec52612f61
commit
07b750189f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue