Hi,
I ran into the problem of wallet stuck at a block and will not download more blocks. I tried re-download from scratch and copy over my old wallet files. With my old Nu data, if I run “listaccounts” from debug console, I have following accounts with non-zero balances:
“a”: balanceX
"b": balanceY
"": balanceZ
balanceZ is much smaller than X and Y, and account name is a blank string. Is this the minted balance ?
Anyway, after I copied wallet data to new Nu data directory, the overview shows zero balance. However, in debug console, “listaccounts” shows:
“a”: balanceX
"b": balanceY
"": 0
What’s going on and how can I fix this ? Thanks.