mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-24 12:29:37 +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
|
@override
|
||||||
Future<void> updateTransactions() async {
|
Future<void> updateTransactions() async {
|
||||||
|
await updateChainHeight();
|
||||||
final receivingAddress =
|
final receivingAddress =
|
||||||
(_cachedAddress ?? await getCurrentReceivingAddress())!;
|
(_cachedAddress ?? await getCurrentReceivingAddress())!;
|
||||||
final String publicAddress = receivingAddress.value;
|
final String publicAddress = receivingAddress.value;
|
||||||
|
|
Loading…
Reference in a new issue