We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9775634 + 14ddc7e commit 3c257c6Copy full SHA for 3c257c6
1 file changed
src/chain/block.cpp
@@ -356,7 +356,7 @@ size_t block::serialized_size(bool witness) const NOEXCEPT
356
return witness ? size_.witnessed : size_.nominal;
357
}
358
359
-// Connect.
+// Check (context free).
360
// ----------------------------------------------------------------------------
361
362
bool block::is_empty() const NOEXCEPT
0 commit comments