diff --git a/lib/wallets/isar/models/wallet_info.dart b/lib/wallets/isar/models/wallet_info.dart index e9c677081..a4c44814c 100644 --- a/lib/wallets/isar/models/wallet_info.dart +++ b/lib/wallets/isar/models/wallet_info.dart @@ -245,7 +245,7 @@ class WalletInfo implements IsarId { // cachedReceivingAddress should never actually be empty in practice as // on wallet init it will be set String cachedReceivingAddress = "", - int favouriteOrderIndex = 0, + int favouriteOrderIndex = -1, int cachedChainHeight = 0, int restoreHeight = 0, bool isMnemonicVerified = false,