XRPLF / xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser
https://xrpl.org/
1.19k stars 507 forks source link

Flag `tfNoRippleDirect` is incorrectly used as `tfNoDirectRipple`. #2637

Closed tequdev closed 3 months ago

tequdev commented 5 months ago

https://github.com/XRPLF/rippled/blob/828bb64ebc76394cf9a3f7edd42f4588d106932f/src/ripple/protocol/TxFlags.h#L102

https://github.com/XRPLF/xrpl.js/blob/a09084289b2ba61eff2363773379573584e084d1/packages/xrpl/src/models/transactions/payment.ts#L29

tequdev commented 5 months ago

https://github.com/XRPLF/xrpl-dev-portal/issues/2374

tequdev commented 4 months ago

2647