From 5ed0b794c7516f371c73663bd98bdad07bbba3a4 Mon Sep 17 00:00:00 2001 From: Matthew Fosse Date: Mon, 18 Mar 2024 13:08:54 -0700 Subject: [PATCH] fixes --- cw_core/lib/wallet_info.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cw_core/lib/wallet_info.dart b/cw_core/lib/wallet_info.dart index a4466fa2e..468cf7053 100644 --- a/cw_core/lib/wallet_info.dart +++ b/cw_core/lib/wallet_info.dart @@ -147,15 +147,15 @@ class WalletInfo extends HiveObject { @HiveField(17) String? derivationPath;// no longer used - @HiveField(18) - DerivationInfo? derivationInfo; - @HiveField(18) String? addressPageType; @HiveField(19) String? network; + @HiveField(20) + DerivationInfo? derivationInfo; + String get yatLastUsedAddress => yatLastUsedAddressRaw ?? ''; set yatLastUsedAddress(String address) {