Skip to content

Commit d9c27da

Browse files
authored
refactor: split up RPCHelpers.h into two (#6047)
This PR splits `RPCHelpers.h` into two files, by moving out all the ledger-fetching-related functions into a separate file, `RPCLedgerHelpers.h`. It also moves `getAccountObjects` to `AccountObjects.h`, since it is only used in that one place.
1 parent 3fb6acd commit d9c27da

27 files changed

+770
-719
lines changed

src/xrpld/app/rdb/RelationalDatabase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <xrpld/app/misc/Transaction.h>
77
#include <xrpld/core/Config.h>
88
#include <xrpld/core/DatabaseCon.h>
9-
#include <xrpld/rpc/detail/RPCHelpers.h>
9+
#include <xrpld/rpc/detail/RPCLedgerHelpers.h>
1010

1111
#include <xrpl/beast/utility/instrumentation.h>
1212

0 commit comments

Comments
 (0)