Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
karasakalmt committed Dec 12, 2023
1 parent ad900bd commit 8d59c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lambda_ethereum_consensus/p2p/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule LambdaEthereumConsensus.P2P.Metadata do
seq_number
end

@spec get_metadata() :: SszTypes.Metadata.t()
@spec get_metadata() :: Metadata.t()
def get_metadata do
GenServer.call(__MODULE__, :get_metadata, @default_timeout)
end
Expand Down

0 comments on commit 8d59c86

Please sign in to comment.