yeah look at your other addresses. I saw similar and I had a change amount come in on a different address. Electrum shows a final balance for all addresses it has.
Well,
bitcoin-cli getinfo
and
bitcoin-cli getbalance <mining_account> 0
both show the same balance, which now comes out slightly
larger than what's shown on blockchain.info, but
bitcoin-cli listreceivedbyaddress 0 true
shows two accounts. One is <mining_account> and the other has the empty string for its name. And amount is zero for both.
So now I have three new reasons to be confused...
1. Why is my local balance larger than blcockchain's?
2. What's up with that nameless account?
3. Why are there no received amounts shown?