mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 15:45:52 +00:00
refactor: Replace all old instances of Config with New Config (#1627)
Fixes #1184 Previous PR's found [here](https://github.com/XRPLF/clio/pull/1593) and [here](https://github.com/XRPLF/clio/pull/1544)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "data/BackendInterface.hpp"
|
||||
#include "data/DBHelpers.hpp"
|
||||
#include "data/Types.hpp"
|
||||
#include "util/config/Config.hpp"
|
||||
#include "util/newconfig/ConfigDefinition.hpp"
|
||||
|
||||
#include <boost/asio/spawn.hpp>
|
||||
#include <boost/json/object.hpp>
|
||||
@@ -39,7 +39,7 @@
|
||||
using namespace data;
|
||||
|
||||
struct MockBackend : public BackendInterface {
|
||||
MockBackend(util::Config)
|
||||
MockBackend(util::config::ClioConfigDefinition)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user