mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
Update bitcoin_wallet.dart
This commit is contained in:
parent
13923d7781
commit
390a2f6adb
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ abstract class BitcoinWalletBase extends WalletBase<BitcoinBalance> with Store {
|
||||||
}
|
}
|
||||||
|
|
||||||
@action
|
@action
|
||||||
void nextAddress() async {
|
Future<void> nextAddress() async {
|
||||||
_accountIndex += 1;
|
_accountIndex += 1;
|
||||||
|
|
||||||
if (_accountIndex >= addresses.length) {
|
if (_accountIndex >= addresses.length) {
|
||||||
|
|
Loading…
Reference in a new issue