File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
882882code 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.
913913code block::check (const context& ctx) const NOEXCEPT
914914{
You can’t perform that action at this time.
0 commit comments