Description
Hi,
I have problems with fetching of the account balance after sync. Hopefuly this is an appropriate thing to post here.
System information
Geth version: geth 1.8.1
OS & Version: Ubuntu 16.04
eth.syncing
{
currentBlock: 5199256,
highestBlock: 5199321,
knownStates: 4642,
pulledStates: 273,
startingBlock: 5198975
}
Expected behaviour
After finished fast sync, I would expect geth to show the balance of my account:
https://www.etherchain.org/account/0xf78a43329b7b84b690376d043d53425441ab6267
Actual behaviour
But instead I get 0.
web3.fromWei(eth.getBalance("0xf78a43329b7b84b690376d043d53425441ab6267"), "ether")
0
eth.accounts
["0xf3c54fa6e12a2e71946ef20e891e066e9f755979", "0xf78a43329b7b84b690376d043d53425441ab6267"]
I apologize in advance if this post does not belong here.