Apply review feedback

This commit is contained in:
Greg Fitzgerald 2019-03-18 10:28:35 -06:00
parent 9594b7fdce
commit 4e0316f792
1 changed files with 1 additions and 1 deletions

View File

@ -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