Skip to content

Commit 516f35a

Browse files
committed
Moar logs
1 parent ff72ea9 commit 516f35a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/staking-rewards/staking-rewards.service.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ export class StakingRewardsService {
139139
public async addScores(stamp: number, scores: AddScoresData): Promise<boolean> {
140140
if (this.isLive === 'true') {
141141
try {
142+
this.logger.log(`Sending Add-Scores for ${stamp}: ${JSON.stringify({
143+
Scores: scores,
144+
})}`)
145+
142146
const { messageId, result } = await sendAosMessage({
143147
processId: this.stakingRewardsProcessId,
144148
signer: this.signer as any, // NB: types, lol

0 commit comments

Comments
 (0)