Skip to content

Commit

Permalink
feat(events): use consistent field 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 f737c7a commit 9ea5e60
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 @@ -1326,7 +1326,7 @@ addEventingHandler(
msg.ioEvent:addField("Vault-Elapsed-Time", result.elapsedTime)
msg.ioEvent:addField("Vault-Remaining-Time", result.remainingTime)
msg.ioEvent:addField("Penalty-Rate", result.penaltyRate)
msg.ioEvent:addField("Expedited-Withdrawal-Fee", result.expeditedWithdrawalFee)
msg.ioEvent:addField("Instant-Withdrawal-Fee", result.expeditedWithdrawalFee)
msg.ioEvent:addField("Amount-Withdrawn", result.amountWithdrawn)
msg.ioEvent:addField("Previous-Vault-Balance", result.amountWithdrawn + result.expeditedWithdrawalFee)
lastKnownCirculatingSupply = lastKnownCirculatingSupply + result.amountWithdrawn
Expand Down

0 comments on commit 9ea5e60

Please sign in to comment.