Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic committed Aug 5, 2024
1 parent 381947d commit 032e34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ From a practical standpoint, the proposer can't gain when including $A$ in the b

### GSR Algorithm

The GSR uses a recursive algorithm that takes as input a set of transactions $B$ and the block's initial reserves of token 1 (or 0) to produce a _valid_ execution ordering $(T_1 , … , T_{|B|})$, a permutation of transactions in $B$.
The GSR relies on a recursive algorithm that takes as input a set of transactions $B$ and the block's initial reserves of token 1 (or 0) and produces a _valid_ execution ordering $(T_1 , … , T_{|B|})$, a permutation of transactions in $B$.

The algorithm is as follows:

Expand Down

0 comments on commit 032e34b

Please sign in to comment.