Skip to content

Commit

Permalink
Merge pull request #377 from permaweb/elliotsayes-patch-1
Browse files Browse the repository at this point in the history
Update token.lua
  • Loading branch information
twilson63 authored Oct 21, 2024
2 parents dce8967 + eea71b6 commit e821d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blueprints/token.lua
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ Handlers.add('transfer', Handlers.utils.hasMatchingTag("Action", "Transfer"), fu
if msg.reply then
msg.reply(debitNotice)
else
debitNotice.Target = msg.From
Send(debitNotice)
end
Send(creditNotice)
Expand Down

0 comments on commit e821d36

Please sign in to comment.