Loading and saving ledger and lcl consensus. (#51)

* Ledger saving, loading, consensus with ledger sequence number.
* std terminate exception handler.
This commit is contained in:
Asanka Indrajith
2019-11-01 05:51:25 -04:00
committed by Ravin Perera
parent b8ffb83869
commit b598025346
18 changed files with 636 additions and 42 deletions

View File

@@ -116,7 +116,7 @@ void peer_connection_watchdog()
}
}
std::this_thread::sleep_for(std::chrono::milliseconds(conf::cfg.roundtime * 4));
std::this_thread::sleep_for(std::chrono::milliseconds(200));
}
}