forked from mirror/go-ethereum
accounts/abi/bind: take into account gas price during gas estimation (#20189)
The gas price was not passed to the `EstimateGas` function. As a result, conditional execution paths depending on `tx.gasprice` could be not correctly processed and we could get invalid gas estimates for contract function calls.ChrisChinchilla-patch-3
parent
d4bb3798d8
commit
538f763fdc
Loading…
Reference in new issue