Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simbo1905 authored Jan 11, 2025
1 parent aa49681 commit 8663b44
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 @@ -305,7 +305,7 @@ public record Progress(BallotNumber highestPromised,
}
```

The progress of each node is its highest promised `N` and its highest fixed slot `S`. This is only thirteen bytes of
The progress of each node is its highest promised `N` and its highest fixed slot `S`. This is only fourteen bytes of
data.

You must also provide an implementation of the journal interface, which is similar to this definition:
Expand Down

0 comments on commit 8663b44

Please sign in to comment.