We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e07e0 commit 26b7ffeCopy full SHA for 26b7ffe
inference-chain/x/inference/keeper/msg_server_start_inference.go
@@ -358,7 +358,7 @@ func (k msgServer) processInferencePayments(
358
// * Update CoinBalance
359
// * Update EpochStats
360
// * Log the owed-subaccount transaction
361
-func (k msgServer) processParticipantPayment(
+func (k *Keeper) processParticipantPayment(
362
ctx sdk.Context,
363
participant *types.Participant,
364
payout int64,
0 commit comments