storagenode/payout: error message from empty receipt removed

Change-Id: Iff77ca3a839404b541c687f52dd3ffd891723968
This commit is contained in:
Qweder93 2021-01-11 16:02:07 +02:00
parent 24833465e6
commit cf56071bb4

View File

@ -250,7 +250,6 @@ func (service *Service) AllSatellitesPayoutPeriod(ctx context.Context, period st
if !ErrNoPayStubForPeriod.Has(err) {
return nil, ErrPayoutService.Wrap(err)
}
receipt = "no receipt for this period"
}
stats, err := service.reputationDB.Get(ctx, satelliteIDs[i])