Skip to content

Commit

Permalink
Merge branch 'master' into tx-calldata-cache-compression
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower authored Dec 21, 2024
2 parents d0a9062 + 5464eea commit 1d7b41b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions staker/legacy/staker.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@ func NewStaker(
return nil, err
}
stakerLastSuccessfulActionGauge.Update(time.Now().Unix())
if config().StartValidationFromStaked && blockValidator != nil {
stakedNotifiers = append(stakedNotifiers, blockValidator)
}
inactiveValidatedNodes := btree.NewG(2, func(a, b validatedNode) bool {
return a.number < b.number || (a.number == b.number && a.hash.Cmp(b.hash) < 0)
})
Expand Down

0 comments on commit 1d7b41b

Please sign in to comment.