Skip to content

Commit

Permalink
feat(events): send correct total supply PE-6796 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
arielmelendez authored Oct 22, 2024
2 parents 1694daa + 6418371 commit fefa619
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 @@ -1587,7 +1587,7 @@ addEventingHandler("totalTokenSupply", utils.hasMatchingTag("Action", "Total-Tok
lastKnownWithdrawSupply = withdrawSupply

addSupplyData(msg.ioEvent, {
totalSupply = totalSupply,
totalTokenSupply = totalSupply,
})
msg.ioEvent:addField("Last-Known-Total-Token-Supply", lastKnownTotalTokenSupply())

Expand Down

0 comments on commit fefa619

Please sign in to comment.