Closed mattmartinez closed 11 months ago
Update on this, on the effected EC2 instance we deleted the blockbook /db
folder and let it rebuild the index from scratch. After it finished rebuilding the index we checked again and the return data matched our first EC2 instance and etherscan data expected.
First transaction from ETH server 1:
Same transaction from ETH server 2:
You can see that the "fees" and "gasPrice" are different despite both being the same transaction.. What could cause something like this? We're currently rebuilding the index of the first server to see if that solves it. We're speculating it could be an issue with Coingecko somehow. According to Etherscan the values listed are:
0.001550714490739504 is the fee 4883600000000 is the Gas usage
These values line up with the second server data but not the first server.
Thoughts?