Skip to content

Commit c4461c3

Browse files
committed
Comments.
1 parent afbff60 commit c4461c3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/bitcoin/system/impl/chain/script_patterns.ipp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ constexpr bool script::is_commitment_pattern(const operations& ops) NOEXCEPT
7676
{
7777
constexpr auto header = to_big_endian(chain::witness_head);
7878

79-
// C++14: remove && ops[1].data().size() >= header.size() guard.
8079
// Bytes after commitment optional with no consensus meaning [bip141].
8180
// Commitment not executable so invalid trailing operations are allowed.
8281
return ops.size() > 1

0 commit comments

Comments
 (0)