-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add parsing from hashed version of scripts
This required in order to deal with legacy scripts while parsing from scripts. When creating scripts, we normally create them using the regular Script variant. But when parsing from script, we store the hashed version for legacy scripts as we cannot compute the pre-image. This is helpful in psbt workflow where we need to infer miniscript from Script
- Loading branch information
1 parent
04aa95d
commit d797aec
Showing
2 changed files
with
37 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters