Skip to content

Commit

Permalink
Merge pull request #1590 from evoskuil/master
Browse files Browse the repository at this point in the history
Comments.
  • Loading branch information
evoskuil authored Jan 23, 2025
2 parents 9775634 + 14ddc7e commit 3c257c6
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 3c257c6

Please sign in to comment.