Update bitcoin_wallet.dart
M committed
Apr 6, 2021 at 18:54 UTC
390a2f6adb4c5c48cdb1c4068cc6f3751bf8d73b
1 file changed
+1
-1
lib/bitcoin/bitcoin_wallet.dart
+1
-1
@@ -174,7 +174,7 @@ abstract class BitcoinWalletBase extends WalletBase<BitcoinBalance> with Store {
174
}
175
176
@action
177
- void nextAddress() async {
177
+ Future<void> nextAddress() async {
178
_accountIndex += 1;
179
180
if (_accountIndex >= addresses.length) {