Debug OP_STABLE so the basic case passes without problem

This commit is contained in:
Vitaliy Filippov
2019-11-21 02:09:18 +03:00
parent 299b7288d5
commit 2b12428cb1
6 changed files with 56 additions and 17 deletions
+1 -1
View File
@@ -333,5 +333,5 @@ public:
bool stop();
// Submission
int enqueue_op(blockstore_operation *op);
void enqueue_op(blockstore_operation *op);
};