Skip to content

Commit

Permalink
rename field to rewardsScheduledForAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Nov 17, 2023
1 parent e27d402 commit bc07ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zinnia.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async function handleEvents ({
case 'jobs-completed':
onMetrics({
totalJobsCompleted: event.total,
scheduledRewards: await contract.rewardsScheduledFor(FIL_WALLET_ADDRESS)
rewardsScheduledForAddress: await contract.rewardsScheduledFor(FIL_WALLET_ADDRESS)
})
break

Expand Down

0 comments on commit bc07ab4

Please sign in to comment.