mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
merged a bunch of stuff
This commit is contained in:
@@ -45,7 +45,7 @@ TEST(BackendTest, Basic)
|
||||
for (auto& config : configs)
|
||||
{
|
||||
std::cout << keyspace << std::endl;
|
||||
auto backend = Backend::makeBackend(config);
|
||||
auto backend = Backend::make_Backend(config);
|
||||
backend->open(false);
|
||||
|
||||
std::string rawHeader =
|
||||
|
||||
Reference in New Issue
Block a user