-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wally_scriptpubkey_get_type: only check 1st byte for OP_RETURN scripts
Even though a script might not be created with wally_scriptpubkey_op_return_from_bytes (e.g. <OP_RETURN>) or it is not standard (e.g. <OP_RETURN OP_RETURN>), if it's starting with OP_RETURN, it should still be considered a OP_RETURN script.
- Loading branch information
1 parent
ec348c8
commit 1c6888e
Showing
3 changed files
with
17 additions
and
6 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
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