Skip to content
Snippets Groups Projects
Commit 3c8d09e1 authored by x18zhan2's avatar x18zhan2
Browse files

made head_verification private

parent 67f40004
No related merge requests found
Pipeline #1127 failed
......@@ -110,13 +110,13 @@ defmodule WS2P.Cluster do
end
end
def head_verification(
defp head_verification(
all_formed_heads,
ws2p_cache = %{
"heads_cache" => heads_cache,
"member_keys_cache" => member_keys_cache,
"blockstamp_cache" => blockstamp_cache,
"new_heads_cache" => new_heads_cache
"new_heads_cache" => new_heads_cache,
}
) do
if length(all_formed_heads) == 0 do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment