Description
Currently max_satisfaction_weight
is deprecated only for:
- Generic
Descriptor
rust-miniscript/src/descriptor/mod.rs
Lines 344 to 346 in 469c113
Bare
rust-miniscript/src/descriptor/bare.rs
Lines 86 to 87 in 469c113
Sh
rust-miniscript/src/descriptor/sh.rs
Lines 235 to 237 in 469c113
Wsh
rust-miniscript/src/descriptor/segwitv0.rs
Lines 104 to 105 in 469c113
tr
rust-miniscript/src/descriptor/tr.rs
Lines 312 to 313 in 469c113
but not for:
Pkh
:
rust-miniscript/src/descriptor/bare.rs
Lines 250 to 256 in 469c113
Wpkh
:
rust-miniscript/src/descriptor/segwitv0.rs
Lines 357 to 363 in 469c113
Is this the intended behavior?
If not, I can easily (and gladly) open a PR to add deprecation notices to Pkh
and Wpkh
.
Cc @evanlinjin who originally deprecated these.
Related bitcoindevkit/bdk#1036