Skip to content

Commit

Permalink
fix C linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tarakby committed Jan 2, 2025
1 parent 8f15208 commit 46e9a48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tx_metadata.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ static const uint8_t merkleTreeRoot[METADATA_HASH_SIZE] = {
0xd3, 0x73, 0x6d, 0xb4, 0x95, 0xce, 0xed, 0xc6, 0x4b, 0x2b, 0x57, 0x0c, 0xe1, 0x64, 0x08, 0xe2,
0x52, 0xd7, 0xd0, 0x29, 0xbf, 0xeb, 0x3e, 0xeb, 0x50, 0x14, 0x8a, 0xc0, 0x29, 0x96, 0x05, 0x27};


static const char *STRING_TYPE_STRING = "String";
static const char *UINT8_TYPE_STRING = "UInt8";

Expand Down

0 comments on commit 46e9a48

Please sign in to comment.