Skip to content

Commit

Permalink
[audit] formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Nov 28, 2024
1 parent ea14e66 commit 8953abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xrp/flags.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ static void format_payment_channel_claim_flags(uint32_t value, field_value_t *ds

static void format_nftoken_mint_flags(uint32_t value, field_value_t *dst) {
// NFTokenMint flags
#define TF_BURNABLE 0x00000001u
#define TF_ONLY_XRP 0x00000002u
#define TF_BURNABLE 0x00000001u
#define TF_ONLY_XRP 0x00000002u
#define TF_TRANSFERABLE 0x00000008u

size_t offset = 0;
Expand Down

0 comments on commit 8953abb

Please sign in to comment.