Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeluso committed Jun 2, 2024
1 parent 370d61c commit b3c933e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/emissions/keeper/msgserver/msg_server_losses.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ func (ms msgServer) InsertBulkReputerPayload(
return nil, err
}

err = synth.GetCalcSetNetworkRegrets(sdkCtx, ms.k, msg.TopicId, networkLossBundle, *msg.ReputerRequestNonce.ReputerNonce, topic.AlphaRegret)
if err != nil {
return nil, err
}
err = synth.GetCalcSetNetworkRegrets(sdkCtx, ms.k, msg.TopicId, networkLossBundle, *msg.ReputerRequestNonce.ReputerNonce, topic.AlphaRegret)
if err != nil {
return nil, err
Expand Down

0 comments on commit b3c933e

Please sign in to comment.