Skip to content

Commit

Permalink
disable llr voting
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed Mar 29, 2024
1 parent 9cb9073 commit 4ab74b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gossip/emitter/emitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ func (em *Emitter) createEvent(sortedTxs *types.TransactionsByPriceAndNonce) (*i
mutEvent.SetCreationTime(inter.MaxTimestamp(inter.Timestamp(time.Now().UnixNano()), selfParentTime+1))

// add LLR votes
em.addLlrEpochVote(mutEvent)
em.addLlrBlockVotes(mutEvent)
//em.addLlrEpochVote(mutEvent)
//em.addLlrBlockVotes(mutEvent)

// node version
if mutEvent.Seq() <= 1 && len(em.config.VersionToPublish) > 0 {
Expand Down

0 comments on commit 4ab74b4

Please sign in to comment.