mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-30 22:51:15 +02:00
miniscript: remove P2WSH-specific part of GetStackSize doc comment
This commit is contained in:
@@ -1491,8 +1491,7 @@ public:
|
||||
return !((GetType() & "BKW"_mst) == ""_mst);
|
||||
}
|
||||
|
||||
/** Return the maximum number of stack elements needed to satisfy this script non-malleably.
|
||||
* This does not account for the P2WSH script push. */
|
||||
/** Return the maximum number of stack elements needed to satisfy this script non-malleably. */
|
||||
std::optional<uint32_t> GetStackSize() const {
|
||||
if (!ss.sat.valid) return {};
|
||||
return ss.sat.netdiff + static_cast<int32_t>(IsBKW());
|
||||
|
Reference in New Issue
Block a user