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 and DASPRiD committed Mar 19, 2024
1 parent ee18f87 commit 9298801
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 9298801

Please sign in to comment.