mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
More wallet work and RPC work. The first real newcoin RPC "createfamily"
(to create a family of accounts) works.
This commit is contained in:
@@ -57,8 +57,6 @@ void Application::run()
|
||||
theApp->setDB(new SqliteDatabase(filename.c_str()));
|
||||
mDatabase->connect();
|
||||
|
||||
return; // TEMPORARY
|
||||
|
||||
if(theConfig.PEER_PORT)
|
||||
{
|
||||
mPeerDoor=new PeerDoor(mIOService);
|
||||
@@ -74,6 +72,8 @@ void Application::run()
|
||||
std::cout << "Before Run." << std::endl;
|
||||
mIOService.run(); // This blocks
|
||||
|
||||
// temporary
|
||||
return;
|
||||
mWallet.load();
|
||||
|
||||
//BOOST_LOG_TRIVIAL(info) << "Done.";
|
||||
|
||||
Reference in New Issue
Block a user