Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lrettig committed Mar 21, 2021
1 parent a912e25 commit 2869957
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tortoise/ninja_tortoise.go
Original file line number Diff line number Diff line change
Expand Up @@ -681,12 +681,10 @@ func (ni *ninjaTortoise) handleIncomingLayer(newlyr *types.Layer) {
ni.TVote[p] = make(map[blockIDLayerTuple]vec)
}

ni.logger.With().Debug("block voting based on global opinion of pattern",
p,
blt)
ni.logger.With().Debug("block voting based on global opinion of pattern", p, blt)
vote := ni.globalOpinion(ni.TTally[p][blt], ni.AvgLayerSize, float64(p.LayerID-idx))

ni.TVote[p][blt] = vote

if vote != abstain {
// Count explicit (non-abstain) votes
ni.logger.With().Debug("counting explicit vote",
Expand Down

0 comments on commit 2869957

Please sign in to comment.