Skip to content

Commit

Permalink
remove some of the more verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Jul 21, 2022
1 parent 905eae8 commit 6381cb8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions beacon_chain/validators/validator_duties.nim
Original file line number Diff line number Diff line change
Expand Up @@ -684,11 +684,6 @@ proc proposeBlockMEV(

signedBlock.root = hash_tree_root(signedBlock.message)

debug "proposeBlockMEV blinded",
blinded = blindedBlock.get.message
debug "proposeBlockMEV blinded",
unblinded = signedBlock.message

doAssert signedBlock.root == hash_tree_root(blindedBlock.get.message)

debug "proposeBlockMEV: proposing unblinded block",
Expand Down

0 comments on commit 6381cb8

Please sign in to comment.