BTC(Input|Output)ScriptType.Bech32
is redundant and probably broken
#461
Labels
tech-debt
A suboptimality that existed in code when it was written.
Milestone
Bech32 is an address encoding scheme, not a script type, and Bitcoin now uses it for more than one type of script too. Everywhere
BTC(Input|Output)ScriptType.Bech32
is used, it should beSpendWitness
instead.BTC(Input|Output)ScriptType.Bech32
.Fixed by #427.
The text was updated successfully, but these errors were encountered: