saves progress

This commit is contained in:
Nathan Nichols
2021-06-14 15:30:11 -05:00
committed by CJ Cobb
parent fe25a9bc44
commit 70baddd030
5 changed files with 10 additions and 0 deletions

View File

@@ -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)