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
@@ -24,10 +24,13 @@
|
||||
|
||||
#ifdef BEAST_WIN32
|
||||
# include <Winsock2.h> // for ByteOrder.cpp
|
||||
// <Winsock2.h> defines 'max' and does other stupid things
|
||||
// <Winsock2.h> defines min, max and does other stupid things
|
||||
# ifdef max
|
||||
# undef max
|
||||
# endif
|
||||
# ifdef min
|
||||
# undef min
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include <set>
|
||||
@@ -45,4 +48,5 @@
|
||||
#include "impl/RippleIdentifierTests.cpp"
|
||||
#include "impl/RippleAssets.cpp"
|
||||
|
||||
#include "../common/tests/cross_offer.test.cpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user