From ae03a9dd49d8739edea4a60c57e3f30b3908ca85 Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 15 Nov 2023 10:59:53 -0600 Subject: [PATCH] don't default to favourite wallet on new creation --- lib/wallets/isar/models/wallet_info.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,