We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9775634 commit 14ddc7eCopy full SHA for 14ddc7e
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