Skip to content

Commit

Permalink
Merge pull request #169 from dvinubius/patch-1
Browse files Browse the repository at this point in the history
Fix transfer confirmation message for recipient
  • Loading branch information
PSkinnerTech committed Mar 25, 2024
2 parents 261a32c + 0287ba2 commit 4d4c3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guides/aos/blueprints/token.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Handlers.add('transfer', Handlers.utils.hasMatchingTag('Action', 'Transfer'), fu
Action = 'Credit-Notice',
Sender = msg.From,
Quantity = tostring(qty),
Data = Colors.gray .. "You received " .. Colors.blue .. msg.Quantity .. Colors.gray .. " from " .. Colors.green .. msg.Recipient .. Colors.reset
Data = Colors.gray .. "You received " .. Colors.blue .. msg.Quantity .. Colors.gray .. " from " .. Colors.green .. msg.From .. Colors.reset
})
end
else
Expand Down

0 comments on commit 4d4c3f5

Please sign in to comment.