Skip to content

Commit

Permalink
Remove ineffectual assignment to make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower authored and hkalodner committed Apr 7, 2022
1 parent c11e0b7 commit 98754a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validator/block_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ func (v *BlockValidator) sendValidations(ctx context.Context) {
}
v.ProcessBatches(v.globalPosNextSend.BatchNumber, [][]byte{seqMsg})
seqBatchEntry = seqMsg
haveBatch = true
}
nextMsg := arbutil.BlockNumberToMessageCount(v.nextBlockToValidate, v.genesisBlockNum) - 1
// valdationEntries is By blockNumber
Expand Down

0 comments on commit 98754a4

Please sign in to comment.