File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ defmodule LambdaEthereumConsensus.Libp2pPort do
485
485
end
486
486
487
487
@ impl GenServer
488
- def handle_info ( :on_tick , % { genesis_time: genesis_time } = state ) do
488
+ def handle_info ( :on_tick , state ) do
489
489
schedule_next_tick ( )
490
490
time = :os . system_time ( :second )
491
491
@@ -758,7 +758,7 @@ defmodule LambdaEthereumConsensus.Libp2pPort do
758
758
defp notify_validators ( validators , msg ) do
759
759
start_time = System . monotonic_time ( :millisecond )
760
760
761
- Logger . info ( "[Libp2p] Notifying all Validators with message: #{ inspect ( msg ) } " )
761
+ Logger . debug ( "[Libp2p] Notifying all Validators with message: #{ inspect ( msg ) } " )
762
762
763
763
updated_validators = Enum . map ( validators , & notify_validator ( & 1 , msg ) )
764
764
You can’t perform that action at this time.
0 commit comments