From 4e0316f7924e376528200288bf57358aa9ad5b7f Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Mon, 18 Mar 2019 10:28:35 -0600 Subject: [PATCH] Apply review feedback --- proposals/src/transaction-fees.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/src/transaction-fees.md b/proposals/src/transaction-fees.md index b7b76fa581..01ac4981a5 100644 --- a/proposals/src/transaction-fees.md +++ b/proposals/src/transaction-fees.md @@ -5,7 +5,7 @@ a slot leader is permitted to charge to process a transaction. The cluster, on the other hand, agrees on a minimum fee. If the network is congested, the slot leader may prioritize the transactions offering higher fees. That means the client won't know how much was collected until the transaction is confirmed by -the cluster and the remaining balance is checked. It smells of exactly we +the cluster and the remaining balance is checked. It smells of exactly what we dislike about Ethereum's "gas", non-determinism. ## Implementation Status