-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conditional break in parsing the script after op return… (#170)
* Added conditional break in parsing the script after op return… … so long as we are not in a conditional block. This is to get the library in line with v1.0.15.1 of SV node as outlined within this issue: bitcoin-sv/bitcoin-sv#296 Logic should match SV node here: https://github.com/bitcoin-sv/bitcoin-sv/blob/89d55a8ddb0e29f4786e11efad1e92cdefd0b9c5/src/script/script.cpp#L38 Signed-off-by: Darren Kellenschwiler <[email protected]> * typo Signed-off-by: Darren Kellenschwiler <[email protected]> * Add unit test for Parse function --------- Signed-off-by: Darren Kellenschwiler <[email protected]> Co-authored-by: Michael Boeckli <[email protected]>
- Loading branch information
Showing
2 changed files
with
80 additions
and
0 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