What's the correct command to check total balance (locked and spendable). Since in 0.8.0 it has changed slightly, I wonder if I use the right one because my balance does not show up correctly after ticket purchase. The balance was however shown correctly after 0.8.0 update.
Is this the correct command?
$ ./dcrctl --wallet getbalance "default"
With this as output:
{
"balances": [
{
"accountname": "default",
"immaturecoinbaserewards": x,
"immaturestakegeneration": x,
"lockedbytickets": x,
"spendable": x,
"total": x,
"votingauthority": x
}
],