You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use miniscript's max_weight_to_satisfy() method to calculate the max satisfaction weight instead. Currently, implementers of this crate are required to loop through each UTXO and calculate the satisfaction_weight. Instead, by using max_weight_to_satisfy() should allow the implementer to pass the UTXO set unmodified.
The text was updated successfully, but these errors were encountered:
Use miniscript's max_weight_to_satisfy() method to calculate the max satisfaction weight instead. Currently, implementers of this crate are required to loop through each UTXO and calculate the satisfaction_weight. Instead, by using max_weight_to_satisfy() should allow the implementer to pass the UTXO set unmodified.
The text was updated successfully, but these errors were encountered: