mirror of
https://github.com/status-im/status-go.git
synced 2025-02-10 05:45:30 +00:00
ba963cc1bd
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.