CW-481 Fix empty Address (#1072)
Konstantin Ullrich committed
Sep 1, 2023 at 13:04 UTC
8757390c8f1da5500e750c5592796c0bc2b04c2f
1 file changed
+1
cw_monero/lib/monero_wallet_addresses.dart
+1
@@ -41,6 +41,7 @@ abstract class MoneroWalletAddressesBase extends WalletAddresses with Store {
41
Future<void> init() async {
42
accountList.update();
43
account = accountList.accounts.first;
44
+ updateSubaddressList(accountIndex: account?.id ?? 0);
45
await updateAddressesInBox();
46
}
47