Skip to content

Commit 50f29fb

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 822f289 commit 50f29fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/hasher.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ type ValidatorHasherProvider func(
1313
// DefaultValidatorHasherProvider is the default implementation of ValidatorHasherProvider.
1414
// It returns an empty Hash, as rollkit does not use validator hashes itself.
1515
func DefaultValidatorHasherProvider(
16-
proposerAddress []byte,
17-
pubKey crypto.PubKey,
16+
_ []byte,
17+
_ crypto.PubKey,
1818
) (Hash, error) {
1919
return Hash{}, nil
2020
}

0 commit comments

Comments
 (0)