We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128bc10 commit ec0fc14Copy full SHA for ec0fc14
src/script/miniscript.h
@@ -1491,8 +1491,7 @@ struct Node {
1491
return !((GetType() & "BKW"_mst) == ""_mst);
1492
}
1493
1494
- /** Return the maximum number of stack elements needed to satisfy this script non-malleably.
1495
- * This does not account for the P2WSH script push. */
+ /** Return the maximum number of stack elements needed to satisfy this script non-malleably. */
1496
std::optional<uint32_t> GetStackSize() const {
1497
if (!ss.sat.valid) return {};
1498
return ss.sat.netdiff + static_cast<int32_t>(IsBKW());
0 commit comments