mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Autobridging future support:
* Refactor and cleanup transactors * Introduce new direct and bridged transactors * Rename existing transactor to indicate legacy status * New direct transactor defaults to being turned off (preserve legacy behavior)
This commit is contained in:
committed by
Vinnie Falco
parent
1a9fbab165
commit
bee12fb89d
@@ -215,4 +215,11 @@ This determines whether to add any features to the proposed transaction set.
|
||||
#define RIPPLE_PROPOSE_AMENDMENTS 0
|
||||
#endif
|
||||
|
||||
/** Config: RIPPLE_USE_OLD_CREATE_TRANSACTOR
|
||||
This determines whether ripple uses the legacy OfferCreate transactor.
|
||||
*/
|
||||
#ifndef RIPPLE_USE_OLD_CREATE_TRANSACTOR
|
||||
#define RIPPLE_USE_OLD_CREATE_TRANSACTOR 1
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user