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) {