Electroneum
Loading...
Searching...
No Matches
cold-transaction.cpp File Reference
Include dependency graph for cold-transaction.cpp:

Go to the source code of this file.

Classes

class  ColdTransactionFuzzer

Functions

int main (int argc, const char **argv)

Function Documentation

◆ main()

int main ( int argc,
const char ** argv )

Definition at line 99 of file cold-transaction.cpp.

100{
101 TRY_ENTRY();
103 return run_fuzzer(argc, argv, fuzzer);
104 CATCH_ENTRY_L0("main", 1);
105}
int run_fuzzer(int argc, const char **argv, Fuzzer &fuzzer)
Definition fuzzer.cpp:48
#define CATCH_ENTRY_L0(lacation, return_val)
#define TRY_ENTRY()
Here is the call graph for this function: