This commit is contained in:
Denis Angell
2024-04-13 09:32:24 +02:00
parent 8a8822cb57
commit 175f436974
18 changed files with 262 additions and 94 deletions

View File

@@ -1397,7 +1397,7 @@ NetworkOPsImp::apply(std::unique_lock<std::mutex>& batchLock)
if (e.failType == FailHard::yes)
flags |= tapFAIL_HARD;
// std::cout << "NetworkOPsImp::apply: TXQu" << "\n";
std::cout << "NetworkOPsImp::apply: getTxQ" << "\n";
auto const result = app_.getTxQ().apply(
app_, view, e.transaction->getSTransaction(), flags, j);
e.result = result.first;