Skip to content

Commit

Permalink
Merge branch 'develop' into tranfer-acs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnExsomnis authored Oct 11, 2023
2 parents 1cdf255 + 8302997 commit 2069055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/volumediscount/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (e *Engine) computeFactorsByParty(ctx context.Context, epoch uint64) {
evt.Stats = append(evt.Stats, &eventspb.PartyVolumeDiscountStats{
PartyId: party.String(),
DiscountFactor: tier.VolumeDiscountFactor.String(),
RunningVolume: notionalVolume.String(),
RunningVolume: notionalVolume.Round(0).String(),
})
break
}
Expand Down

0 comments on commit 2069055

Please sign in to comment.