Skip to content

Commit

Permalink
Fix markdown (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpunish3r authored Jan 8, 2024
1 parent 7f54074 commit 21e27c8
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 @@ -33,7 +33,7 @@ At the beginning of the file there are the following magic bytes (file signature
>u8 packetType = 1 // 1:Header
>u32 headerLength = 38 // Total length of header entry
>u8 Version // Stream file version (starting from 1)
>u64 SystemID // E.g.: ChainID
>u64 SystemID // E.g.: ChainID
>u64 streamType // 1:Sequencer
>u64 TotalLength // Total bytes used in the file
>u64 TotalEntries // Total number of data entries
Expand Down

0 comments on commit 21e27c8

Please sign in to comment.