Skip to content

Commit

Permalink
Update packages/xrpl/src/models/utils/flags.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Omar Khan <[email protected]>
  • Loading branch information
achowdhry-ripple and khancode authored Jan 16, 2025
1 parent 86138cc commit fc3a79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xrpl/src/models/utils/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function isTxToFlagKey(
*
* @deprecated
* This utility function is deprecated.
* Use convertTxFlagsToNumber() instead and use the returned value to modify the tx.Flags from the caller.
* Use convertTxFlagsToNumber() instead and use the returned value to modify the Transaction.Flags from the caller.
*
* @param tx - A transaction to set its flags to its numeric representation.
*/
Expand Down

0 comments on commit fc3a79f

Please sign in to comment.