mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Path find cleanup (RIPD-1023)
This commit is contained in:
committed by
Vinnie Falco
parent
3af0c38315
commit
20f186d855
@@ -30,7 +30,7 @@
|
||||
#include <ripple/test/jtx/utility.h>
|
||||
#include <ripple/app/tx/apply.h>
|
||||
#include <ripple/app/ledger/LedgerTiming.h>
|
||||
#include <ripple/app/paths/FindPaths.h>
|
||||
#include <ripple/app/paths/Pathfinder.h>
|
||||
#include <ripple/basics/Slice.h>
|
||||
#include <ripple/json/to_string.h>
|
||||
#include <ripple/protocol/ErrorCodes.h>
|
||||
@@ -87,7 +87,7 @@ Env::Env (beast::unit_test::suite& test_)
|
||||
, openLedger (closed_, app().config(), cachedSLEs_, journal)
|
||||
{
|
||||
memoize(master);
|
||||
initializePathfinding();
|
||||
Pathfinder::initPathTable();
|
||||
}
|
||||
|
||||
std::shared_ptr<ReadView const>
|
||||
|
||||
Reference in New Issue
Block a user