Skip to content

Commit

Permalink
chore: remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
recanman committed Jun 2, 2024
1 parent a76b1ab commit f0a0e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base58.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public static function encode(string $hex): string
/**
* Decodes a block of data from Monero's Base58.
*/
private static function decodeBlock(array $data, array $res, int $res_offset): array
private static function decodeBlock(array $data, array $res): array
{
$length = count($data);

Expand Down

0 comments on commit f0a0e6a

Please sign in to comment.