Skip to content

Commit

Permalink
chore: yellow paper typo fix (#4663)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Feb 24, 2024
1 parent 41984b4 commit 315fcb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yellow-paper/docs/gas-and-fees/fee-payments-and-metering.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ All of these phases occur **within the same transaction**, ultimately resulting

![Transaction Components](../gas-and-fees/images/gas-and-fees/Transaction.png)

The fee praparation and fee distribution phases respectively are responsible for ensuring that sufficient quantity of the fee payment asset is made available for the transaction and that it is correctly distributed to the sequencer with any refund being returned to the transaction sender. The sequencer will have have agency over which contract methods they are willing to accept for execution in these phases and will have visibility over the arguments passed to them. This is important as these functions must be successfully executed in order for the sequencer to be paid. It is assumed that the network will settle on a number of universally recognised fee payment contracts implementing fee preparation and distribution.
The fee preparation and fee distribution phases respectively are responsible for ensuring that sufficient quantity of the fee payment asset is made available for the transaction and that it is correctly distributed to the sequencer with any refund being returned to the transaction sender. The sequencer will have have agency over which contract methods they are willing to accept for execution in these phases and will have visibility over the arguments passed to them. This is important as these functions must be successfully executed in order for the sequencer to be paid. It is assumed that the network will settle on a number of universally recognised fee payment contracts implementing fee preparation and distribution.

## Gas Metering

Expand Down Expand Up @@ -362,4 +362,4 @@ sequenceDiagram
FPA->>FPA: calculate fee based on inputs to VM circuit
FPA->>DApp: DApp's balance is reduced by fee amount
FPA->>Sequencer: Sequencer's balance is increased by fee amount
```
```

0 comments on commit 315fcb1

Please sign in to comment.