mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Needed for testing, will remove when done.
This commit is contained in:
@@ -38,6 +38,8 @@ void Application::run()
|
|||||||
theApp->setDB(new SqliteDatabase(filename.c_str()));
|
theApp->setDB(new SqliteDatabase(filename.c_str()));
|
||||||
mDatabase->connect();
|
mDatabase->connect();
|
||||||
|
|
||||||
|
return; // TEMPORARY
|
||||||
|
|
||||||
if(theConfig.PEER_PORT)
|
if(theConfig.PEER_PORT)
|
||||||
{
|
{
|
||||||
mPeerDoor=new PeerDoor(mIOService);
|
mPeerDoor=new PeerDoor(mIOService);
|
||||||
|
|||||||
Reference in New Issue
Block a user