Update bitcoin_wallet.dart

wownero
M 3 years ago
parent 13923d7781
commit 390a2f6adb

@ -174,7 +174,7 @@ abstract class BitcoinWalletBase extends WalletBase<BitcoinBalance> with Store {
}
@action
void nextAddress() async {
Future<void> nextAddress() async {
_accountIndex += 1;
if (_accountIndex >= addresses.length) {

Loading…
Cancel
Save