Skip to content

Commit

Permalink
fix(events): call the right fn name PE-6976
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Melendez committed Oct 25, 2024
1 parent 62df6d6 commit 7625aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ addEventingHandler("distribute", utils.hasMatchingTag("Action", "Tick"), functio
stakeSlashed = 0,
}
)
addPruneGatewaysResults(msg.ioEvent, aggregatedPruneGatewaysResult)
addPruneGatewaysResult(msg.ioEvent, aggregatedPruneGatewaysResult)
end
if utils.lengthOfTable(tickedRewardDistributions) > 0 then
msg.ioEvent:addField("Ticked-Reward-Distributions", tickedRewardDistributions)
Expand Down

0 comments on commit 7625aa8

Please sign in to comment.