Skip to content

Commit

Permalink
fix(Version): correct number of EC blocks for version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
alien999999999 authored Sep 5, 2023
1 parent 8674e51 commit ed3734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ private static function versions() : array
[6, 26],
new EcBlocks(20, new EcBlock(1, 80)),
new EcBlocks(18, new EcBlock(2, 32)),
new EcBlocks(26, new EcBlock(3, 24)),
new EcBlocks(26, new EcBlock(2, 24)),
new EcBlocks(16, new EcBlock(4, 9))
),
new self(
Expand Down

0 comments on commit ed3734a

Please sign in to comment.