Skip to content
Snippets Groups Projects
Verified Commit c9eb459b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: files

parent 59587e7e
No related branches found
No related tags found
1 merge request!11F files
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
......@@ -362,6 +362,7 @@ auto Transaction::WaitForIt() const noexcept -> TransactionStatus {
if (this->status.GetCode() != StatusCode::EXECUTING) {
return this->status;
}
this->status = TransactionStatus::SUCCESS();
bool set_error = false;
auto *responses = this->response->mutable_responses();
std::vector<std::unique_ptr<Entity>> entities;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment