Skip to content

Commit 21dffcb

Browse files
committed
internal/ethapi: api EstimateGas noBaseFee
Signed-off-by: jsvisa <[email protected]>
1 parent f067656 commit 21dffcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ethapi/api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ func (s *BlockChainAPI) EstimateGas(ctx context.Context, args TransactionArgs, b
12661266
if blockNrOrHash != nil {
12671267
bNrOrHash = *blockNrOrHash
12681268
}
1269-
return DoEstimateGas(ctx, s.b, args, bNrOrHash, s.b.RPCGasCap(), false)
1269+
return DoEstimateGas(ctx, s.b, args, bNrOrHash, s.b.RPCGasCap(), true)
12701270
}
12711271

12721272
// RPCMarshalHeader converts the given header to the RPC output .

0 commit comments

Comments
 (0)