forked from cerc-io/laconicd-deprecated
refactor: eth_call and eth_estimateGas don't need to pass base fee as field (#671)
Solution: - load fee directly from state changelog
This commit is contained in:
@@ -212,9 +212,6 @@ message EthCallRequest {
|
||||
bytes args = 1;
|
||||
// the default gas cap to be used
|
||||
uint64 gas_cap = 2;
|
||||
// header base fee used to generate the transaction
|
||||
string base_fee = 3
|
||||
[ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int" ];
|
||||
}
|
||||
|
||||
// EstimateGasResponse defines EstimateGas response
|
||||
|
||||
Reference in New Issue
Block a user