Skip to content

Commit 3c257c6

Browse files
authored
Merge pull request #1590 from evoskuil/master
Comments.
2 parents 9775634 + 14ddc7e commit 3c257c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chain/block.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ size_t block::serialized_size(bool witness) const NOEXCEPT
356356
return witness ? size_.witnessed : size_.nominal;
357357
}
358358

359-
// Connect.
359+
// Check (context free).
360360
// ----------------------------------------------------------------------------
361361

362362
bool block::is_empty() const NOEXCEPT

0 commit comments

Comments
 (0)