Skip to content

Commit

Permalink
Just some comments before a new clone
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaylina committed May 30, 2022
1 parent 8117bc6 commit bd1ca5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using json = nlohmann::json;

#define ADDRESS_GLOBAL_EXIT_ROOT_MANAGER_L2 "0xAE4bB80bE56B819606589DE61d5ec3b522EEB032"


/* Log traces selector: uncomment to enable the corresponding trace */
//#define LOG_STEPS
//#define LOG_INX
//#define LOG_ADDR
Expand All @@ -45,6 +45,7 @@ using json = nlohmann::json;
//#define LOG_MEMORY_EXECUTOR
//#define LOG_BINARY_EXECUTOR

/* zkassert() definition; unused in debug mode */
#define DEBUG
#ifdef DEBUG
#define zkassert(a) {if (!(a)) {cerr << "Error: assert failed: " << (#a) << endl; exit(-1);}}
Expand Down

0 comments on commit bd1ca5d

Please sign in to comment.