mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 09:17:57 +00:00
getting connections working
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -1,6 +1,7 @@
|
||||
#include "Application.h"
|
||||
#include <iostream>
|
||||
#include "CallRPC.h"
|
||||
#include "Config.h"
|
||||
|
||||
extern void runTests();
|
||||
using namespace std;
|
||||
@@ -41,6 +42,7 @@ int parseCommandline(int argc, char* argv[])
|
||||
int ret=0;
|
||||
if(argc>1)
|
||||
{
|
||||
theConfig.load();
|
||||
ret=commandLineRPC(argc, argv);
|
||||
if(ret)
|
||||
printHelp();
|
||||
|
||||
Reference in New Issue
Block a user