Skip to content

Commit b0b94f1

Browse files
authored
Update VerifyTrait.php
1 parent 4d25edd commit b0b94f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Features/VerifyTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ protected function decodeMerkleRoot(string $merkleRoot, string $hashFunction): s
398398
$encoded = substr($merkleRoot, strlen($prefix));
399399
$decoded = Base64UrlSafe::decodeNoPadding($encoded);
400400

401-
$expectedByteLen = match ($hashFunction) {
401+
$expectedByteLen = match ($hashFunction) {
402402
'sha256' => 32,
403403
'sha384' => 48,
404404
'sha512' => 64,

0 commit comments

Comments
 (0)