XRPLF / xrpl-py

A Python library to interact with the XRP Ledger (XRPL) blockchain
ISC License
150 stars 84 forks source link

Rectify flag name TF_NO_RIPPLE_DIRECT #691

Closed ckeshava closed 6 months ago

ckeshava commented 7 months ago

High Level Overview of Change

Rectify the incorrect usage of the transaction flag from TF_NO_DIRECT_RIPPLE to TF_NO_RIPPLE_DIRECT

Context of Change

Type of Change

Did you update CHANGELOG.md?

Test Plan

Updated the tests to use the new flag name

pdp2121 commented 7 months ago

Is it also a breaking change? If so, please reflect on CHANGELOG

ckeshava commented 7 months ago

Hello @pdp2121 , I have included a line in the CHANGELOG. Do you want me to re-word that?