Apply review feedback
This commit is contained in:
parent
9594b7fdce
commit
4e0316f792
|
@ -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
|
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
|
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
|
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.
|
dislike about Ethereum's "gas", non-determinism.
|
||||||
|
|
||||||
## Implementation Status
|
## Implementation Status
|
||||||
|
|
Loading…
Reference in New Issue