Skip to content

Commit

Permalink
fix: dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
avilagaston9 committed Aug 12, 2024
1 parent b96a2e9 commit e248742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lambda_ethereum_consensus/validator/setup.ex
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ defmodule LambdaEthereumConsensus.Validator.Setup do
- <keystore_pass_dir>/<public_key>.txt
"""
@spec decode_validator_keystores(binary(), binary()) ::
list({Bls.pubkey(), Bls.privkey()})
list(Keystore.t())
def decode_validator_keystores(keystore_dir, keystore_pass_dir)
when is_binary(keystore_dir) and is_binary(keystore_pass_dir) do
File.ls!(keystore_dir)
Expand Down

0 comments on commit e248742

Please sign in to comment.