Skip to content

Commit

Permalink
internal/ethapi: api EstimateGas noBaseFee
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <[email protected]>
  • Loading branch information
jsvisa committed Aug 1, 2023
1 parent f067656 commit 21dffcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ func (s *BlockChainAPI) EstimateGas(ctx context.Context, args TransactionArgs, b
if blockNrOrHash != nil {
bNrOrHash = *blockNrOrHash
}
return DoEstimateGas(ctx, s.b, args, bNrOrHash, s.b.RPCGasCap(), false)
return DoEstimateGas(ctx, s.b, args, bNrOrHash, s.b.RPCGasCap(), true)
}

// RPCMarshalHeader converts the given header to the RPC output .
Expand Down

0 comments on commit 21dffcb

Please sign in to comment.