Skip to content

Commit

Permalink
pip-34: remove duplicate step (#209)
Browse files Browse the repository at this point in the history
* pip-34: remove duplicate step

* fix: add math sign
  • Loading branch information
Ja7ad authored Dec 25, 2024
1 parent fe0d63b commit 2b6dd43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PIPs/pip-34.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ transactions than can fit into a single block.

- **Block Size**: 10 transactions.
- **Initial Inclusion**:
- Include highest-fee transactions: `tx10` and `tx11` (0.01).
- Remaining slots: $7 - 2 = 5$.
- Include `tx4` , `tx5` , and `tx6` (unbond and sortition).
- Remaining slots: $10 − 3 = 7$.

### Next Steps

Expand Down

0 comments on commit 2b6dd43

Please sign in to comment.