mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add DeliverMin transaction field (RIPD-930)
This commit is contained in:
committed by
Vinnie Falco
parent
b7f07aed00
commit
4dc573f195
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user