mirror of
https://github.com/status-im/status-go.git
synced 2025-02-07 04:13:56 +00:00
I added a call to eth_estimateGas in case gas param is missing when using the upstream. This is a little bit ugly because I create an anonymous struct to match eth_call params. I spotted this struct in go-ethereum but I don't see it's exported.