We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbff60 commit c4461c3Copy full SHA for c4461c3
1 file changed
include/bitcoin/system/impl/chain/script_patterns.ipp
@@ -76,7 +76,6 @@ constexpr bool script::is_commitment_pattern(const operations& ops) NOEXCEPT
76
{
77
constexpr auto header = to_big_endian(chain::witness_head);
78
79
- // C++14: remove && ops[1].data().size() >= header.size() guard.
80
// Bytes after commitment optional with no consensus meaning [bip141].
81
// Commitment not executable so invalid trailing operations are allowed.
82
return ops.size() > 1
0 commit comments