Update docs/rfc/rfc-011-delete-gas.md

Co-authored-by: Callum Waters <cmwaters19@gmail.com>
This commit is contained in:
William Banfield
2022-02-11 15:02:02 -05:00
committed by GitHub
co-authored by Callum Waters
parent 066a1a845b
commit ec765e2e3b
+1 -1
View File
@@ -75,7 +75,7 @@ included in pending transactions. This fee indicates how much a user is willing
pay per unit of execution and the fees are distributed to validators.
Validators wishing to extract higher gas fees are incentivized to include transactions
with the highest listed gas fees into each block. This produces a naturally ordering
with the highest listed gas fees into each block. This produces a natural ordering
of the pending transactions. Applications wishing to implement a gas mechanism need
to be able to order the transactions in the mempool. This can trivially be accomplished
by sorting transactions using the `priority` field available to applications as part of