Hello, I'm trying to figure out if I have missing DCR or if the display is just off for me. Here's my problem, when I run "dcrctl --wallet getbalance" I get this (partial paste): ---- { "accountname": "imported", "immaturecoinbaserewards": 0, "immaturestakegeneration": 0, "lockedbytickets": 90.86968305, "spendable": 0, "total": 90.92930022, "unconfirmed": 0, "votingauthority": 90.92930022 } ---- But when I run "dcrctl --wallet gettickets 1" I get this: ---- { "hashes": [] } ---- Does this mean I have no tickets that are live? Or does this mean that the info displayed to me with getbalance is incorrect? Please help, Thank you.
As an update, I ran "dcrctl --wallet rescanwallet" and the balances match now and I have the lost 90 DCR spendable.