Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix committed May 31, 2024
1 parent ab89e0c commit e38dbef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion disperser/dataapi/nonsigner_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ func (s *server) getOperatorNonsigningRate(ctx context.Context, startTime, endTi
return nil, err
}

const multipler = 10000
stakePercentage := float64(0)
if stake, ok := state.Operators[q][opID]; ok {
totalStake := new(big.Float).SetInt(state.Totals[q].Stake)
Expand Down

0 comments on commit e38dbef

Please sign in to comment.