Closed matthiasdebernardini closed 1 year ago
Yes, several:
or
combinator between two policies, they may have different satisfaction costs, and we don't know which one the user is going to/is able to take.thresh
We are working on a "planning" system #481 which will let you specify which keys are actually available (and not available) which should allow you to get much tighter estimates.
Thank you very much!
https://docs.rs/miniscript/10.0.0/miniscript/#deriving-an-address-from-a-descriptor
In the docs,
.max_satisfaction_weight()
is described as resulting in an estimation "// Estimate the satisfaction cost."Why is it an estimation and not a calculation? Is there some ambiguity that is impossible to account for?