Skip to content

Commit

Permalink
revert Sync committee message received log level change
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Oct 6, 2022
1 parent df24e7c commit a0ae823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/gossip_processing/eth2_processor.nim
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ proc processSyncCommitteeMessage*(

# Potential under/overflows are fine; would just create odd metrics and logs
let delay = wallTime - syncCommitteeMsg.slot.start_beacon_time
trace "Sync committee message received", delay
debug "Sync committee message received", delay

# Now proceed to validation
let v = await validateSyncCommitteeMessage(
Expand Down

0 comments on commit a0ae823

Please sign in to comment.