Skip to content

Commit

Permalink
fix: reviewed refs
Browse files Browse the repository at this point in the history
  • Loading branch information
n4l5u0r committed Dec 11, 2024
1 parent 3aaa142 commit c263abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/fuzz_tx_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string.h>
#include <sys/types.h>
#include "buffer.h"
#include "signTransfer.h"
#include "../src/signTransfer.h"

#define ADDRESS_LEN 20
void format_hex(const uint8_t* data, size_t dataLen, char* dst, size_t dstLen);
Expand Down

0 comments on commit c263abb

Please sign in to comment.