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 642d313 commit 37b99af
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 @@ -92,7 +92,7 @@ export function setTransactionFlagsToNumber(tx: Transaction): void {
* Returns a Transaction's Flags as its numeric representation.
*
* @param tx - A Transaction to parse Flags for
* @returns A numerical representation of a transaction's flags
* @returns A numerical representation of a Transaction's Flags
*/
export function convertTxFlagsToNumber(tx: Transaction): number {
if (!tx.Flags) {
Expand Down

0 comments on commit 37b99af

Please sign in to comment.