From 390a2f6adb4c5c48cdb1c4068cc6f3751bf8d73b Mon Sep 17 00:00:00 2001 From: M Date: Tue, 6 Apr 2021 18:54:22 +0300 Subject: [PATCH] Update bitcoin_wallet.dart --- lib/bitcoin/bitcoin_wallet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bitcoin/bitcoin_wallet.dart b/lib/bitcoin/bitcoin_wallet.dart index 11efdf01..6cd11390 100644 --- a/lib/bitcoin/bitcoin_wallet.dart +++ b/lib/bitcoin/bitcoin_wallet.dart @@ -174,7 +174,7 @@ abstract class BitcoinWalletBase extends WalletBase with Store { } @action - void nextAddress() async { + Future nextAddress() async { _accountIndex += 1; if (_accountIndex >= addresses.length) {