mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
don't default to favourite wallet on new creation
This commit is contained in:
parent
df4b11e6e0
commit
ae03a9dd49
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue