From 07cf2bd2b1ce9bdb2e44ec42a39e7239292a14af Mon Sep 17 00:00:00 2001 From: Abirdcfly Date: Mon, 8 May 2023 16:03:05 +0800 Subject: [PATCH] fix: remove duplicate paragraph in the doc feemarket concepts (#1763) Signed-off-by: Abirdcfly --- x/feemarket/spec/01_concepts.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/x/feemarket/spec/01_concepts.md b/x/feemarket/spec/01_concepts.md index 865221deb4..8aceeb26da 100644 --- a/x/feemarket/spec/01_concepts.md +++ b/x/feemarket/spec/01_concepts.md @@ -67,8 +67,6 @@ min(baseFee + gasTipCap, gasFeeCap) Minimum gas prices are used to discard spam transactions in the network, by raising the cost of transactions to the point that it is not economically viable for the spammer. This is achieved by defining a minimum gas price for accepting txs in the mempool for both Cosmos and EVM transactions. A transaction is discarded from the mempool if it doesn't provide at least one of the two types of min gas prices: -Minimum gas prices are used to discard spam transactions in the network, by raising the cost of transactions to the point that it is not economically viable for the spammer. This is achieved by defining a minimum gas price for accepting txs in the mempool for both Cosmos and EVM transactions. A transaction is discarded from the mempool if it doesn't provide at least one of the two types of min gas prices: - 1. the local min gas prices that validators can set on their node config and 2. the global min gas price, which is set as a parameter in the `feemarket` module, which can be changed through governance.