From ec765e2e3bf5c258f5e3b9ab8924d923cfbb1f79 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Fri, 11 Feb 2022 15:02:02 -0500 Subject: [PATCH] Update docs/rfc/rfc-011-delete-gas.md Co-authored-by: Callum Waters --- docs/rfc/rfc-011-delete-gas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfc/rfc-011-delete-gas.md b/docs/rfc/rfc-011-delete-gas.md index 4bb70f465..ba5ff642c 100644 --- a/docs/rfc/rfc-011-delete-gas.md +++ b/docs/rfc/rfc-011-delete-gas.md @@ -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