Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 07cf2bd

Browse files
authored
fix: remove duplicate paragraph in the doc feemarket concepts (#1763)
Signed-off-by: Abirdcfly <[email protected]>
1 parent ebbe0ff commit 07cf2bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x/feemarket/spec/01_concepts.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ min(baseFee + gasTipCap, gasFeeCap)
6767

6868
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:
6969

70-
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:
71-
7270
1. the local min gas prices that validators can set on their node config and
7371
2. the global min gas price, which is set as a parameter in the `feemarket` module, which can be changed through governance.
7472

0 commit comments

Comments
 (0)