Skip to content

Commit 26b7ffe

Browse files
committed
fixup! [#976] Distribute subnet rewards at the end of the epoch
1 parent 97e07e0 commit 26b7ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inference-chain/x/inference/keeper/msg_server_start_inference.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ func (k msgServer) processInferencePayments(
358358
// * Update CoinBalance
359359
// * Update EpochStats
360360
// * Log the owed-subaccount transaction
361-
func (k msgServer) processParticipantPayment(
361+
func (k *Keeper) processParticipantPayment(
362362
ctx sdk.Context,
363363
participant *types.Participant,
364364
payout int64,

0 commit comments

Comments
 (0)