etherscan-explorer
etherscan-explorer copied to clipboard
Transaction value is error
I send 15ether but the Transaction value is 3.4467440737095516 Eth.
It is a bug. Pls check the commit below to see if the bug has been fixed. Thank you😊.
https://github.com/bing-chou/etherscan-explorer/commit/3ad655bdd809e2c908cf35aaefd5360313f2eb2f
not fix .All of the database value is change to 9223372036854775807. you should see what value you got from geth rpc server and what happened about this value. My english is not very good. hope me help you,
Pull the master again. It should be fixed. I've push a new commit https://github.com/bing-chou/etherscan-explorer/commit/31a82aa374d13f57e67d6da9fdbe830b6738117f.
Please delete all contents in mysql tables and sync again.
delete from block;
delete from transaction;
delete from account;
Please let me know if it is fixed, 😊.
cool!!! it is fixd. thank you very much.