mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
saves progress
This commit is contained in:
@@ -906,7 +906,9 @@ public:
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(trace) << __func__;
|
||||
CassandraStatement statement{selectLatestLedger_};
|
||||
std::cout << "READ" << std::endl;
|
||||
CassandraResult result = executeSyncRead(statement);
|
||||
std::cout << "ITS THE READ" << std::endl;
|
||||
if (!result.hasResult())
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(error)
|
||||
|
||||
Reference in New Issue
Block a user