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

Commit

Permalink
fix: remove duplicate paragraph in the doc feemarket concepts (#1763)
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
  • Loading branch information
Abirdcfly committed May 8, 2023
1 parent ebbe0ff commit 07cf2bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/feemarket/spec/01_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 07cf2bd

Please sign in to comment.