diff --git a/src/Base58.php b/src/Base58.php index 66121b5..dfa825b 100644 --- a/src/Base58.php +++ b/src/Base58.php @@ -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);