Disable Ticket transactions and tests

This commit is contained in:
Nik Bougalis
2015-01-05 13:43:56 -08:00
committed by Vinnie Falco
parent df54b47cd0
commit 0ccdea3cd8
6 changed files with 19 additions and 2 deletions

View File

@@ -204,4 +204,11 @@
#define RIPPLE_HOOK_VALIDATORS 0
#endif
/** Config: RIPPLE_ENABLE_TICKETS
Enables processing of ticket transactions
*/
#ifndef RIPPLE_ENABLE_TICKETS
#define RIPPLE_ENABLE_TICKETS 0
#endif
#endif