Implementation checklist
- If you are relying on payments: make sure to safeguard your application logic against the "partial payments exploit". TL;DR: rely on the transaction meta
delivered_amount
field instead of theAmount
field: theAmount
field is the instruction, the delivered_amount metadata field is the result. See the XRPL.org documentation.
Last modified 2mo ago