Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jan 23, 2025
1 parent 9775634 commit 14ddc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chain/block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ size_t block::serialized_size(bool witness) const NOEXCEPT
return witness ? size_.witnessed : size_.nominal;
}

// Connect.
// Check (context free).
// ----------------------------------------------------------------------------

bool block::is_empty() const NOEXCEPT
Expand Down

0 comments on commit 14ddc7e

Please sign in to comment.