Skip to content

Commit

Permalink
CNS-929: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava committed Mar 14, 2024
1 parent ca456b6 commit c4a3989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/pairing/keeper/msg_server_relay_payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ func (k EpochPaymentHandler) updateProviderPaymentStorageWithComplainerCU(ctx sd
providerPaymentStorage, found := k.GetProviderPaymentStorageCached(ctx, providerStorageKey)
if !found {
// providerPaymentStorage not found (this provider has no payments in this epoch and also no complaints) -> we need to add one complaint
providerPaymentStorage := types.ProviderPaymentStorage{
providerPaymentStorage = types.ProviderPaymentStorage{
Index: providerStorageKey,
UniquePaymentStorageClientProviderKeys: []string{},
Epoch: epoch,
Expand Down

0 comments on commit c4a3989

Please sign in to comment.