diff --git a/app/abci_utils.go b/app/abci_utils.go index c43e9938..dcc299cc 100644 --- a/app/abci_utils.go +++ b/app/abci_utils.go @@ -305,7 +305,7 @@ func (h *DefaultProposalHandler) PrepareProposalHandler() sdk.PrepareProposalHan if lastProcessedTx != nil && remaing <= 0 { h.feemarketKeeper.SetSuggestionGasPrice(ctx, lastProcessedTx.gasPrice) } else { - h.feemarketKeeper.SetSuggestionGasPrice(ctx, big.NewInt(1)) + h.feemarketKeeper.SetSuggestionGasPrice(ctx, big.NewInt(0)) } }