Skip to content

Commit

Permalink
enable meta dex debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
dexX7 committed May 6, 2015
1 parent 095fd7e commit 27fb7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mastercore_log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bool msc_debug_txdb = 0;
bool msc_debug_tradedb = 1;
bool msc_debug_persistence = 0;
bool msc_debug_ui = 0;
bool msc_debug_metadex1 = 0;
bool msc_debug_metadex1 = 1;
bool msc_debug_metadex2 = 0;
//! Print orderbook before and after each trade
bool msc_debug_metadex3 = 0;
Expand Down

0 comments on commit 27fb7be

Please sign in to comment.