We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2483d0a commit 075943bCopy full SHA for 075943b
console/executor_test_reader.cpp
@@ -56,7 +56,7 @@ void executor::read_test(bool dump) const
56
while (!cancel_ && keys.size() < target_count)
57
{
58
const auto outputs = query_.get_outputs(tx++);
59
- if (outputs->empty())
+ if (is_null(outputs))
60
61
// fault, tx with no outputs.
62
return;
0 commit comments