don't default to favourite wallet on new creation

This commit is contained in:
julian 2023-11-15 10:59:53 -06:00
parent df4b11e6e0
commit ae03a9dd49

View file

@ -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,