mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.35.0. - [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Send Partial Payments
Send partial payments with money amount less than the amount specified on 2 conditions:
- Sender has less money than the aamount specified in the payment Tx.
- Sender has the tfPartialPayment flag activated.
Other ways to specify flags are by using Hex code and decimal code. eg. For partial payment(tfPartialPayment) decimal ->131072, hex -> 0x00020000
For more context, see Partial Payments