Skip to content

Commit 0735544

Browse files
committed
Comments.
1 parent 71dae59 commit 0735544

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/chain/block.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ code block::identify(const context& ctx) const NOEXCEPT
878878
// In the case of validation failure
879879
// The block header is checked/accepted independently.
880880

881-
// TODO: use of get_hash() in is_forward_reference makes this thread-unsafe.
881+
// Use of get_hash() in is_forward_reference makes this thread-unsafe.
882882
code block::check() const NOEXCEPT
883883
{
884884
// empty_block is subset of first_not_coinbase.
@@ -908,7 +908,7 @@ code block::check() const NOEXCEPT
908908
// timestamp
909909
// median_time_past
910910

911-
// TODO: use of get_hash() in is_hash_limit_exceeded makes this thread-unsafe.
911+
// Use of get_hash() in is_hash_limit_exceeded makes this thread-unsafe.
912912
// bip141 should be disabled when the node is not accepting witness data.
913913
code block::check(const context& ctx) const NOEXCEPT
914914
{

0 commit comments

Comments
 (0)