Add DeliverMin transaction field (RIPD-930)

This commit is contained in:
Miguel Portilla
2015-06-15 12:55:27 -04:00
committed by Vinnie Falco
parent b7f07aed00
commit 4dc573f195
16 changed files with 341 additions and 16 deletions

View File

@@ -192,4 +192,11 @@
#define RIPPLE_USE_OPENSSL 0
#endif
/** Config: RIPPLE_ENABLE_DELIVERMIN
Enables processing of delivermin in transactions
*/
#ifndef RIPPLE_ENABLE_DELIVERMIN
#define RIPPLE_ENABLE_DELIVERMIN 0
#endif
#endif