We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See upstream updates for VerifyScript to handle witness validation: https://github.com/bitcoin/bitcoin/blob/a654626f076a72416a3d354218d7107571d6caaf/src/script/interpreter.cpp#L1472
The text was updated successfully, but these errors were encountered:
python-bitcointx's scripteval.py (https://github.com/Simplexum/python-bitcointx/blob/master/bitcointx/core/scripteval.py) supports segwit, but I feel it will require some work to backport.
Easier way might be to backport an interface to bitcoinconsensus library: https://github.com/Simplexum/python-bitcointx/blob/master/bitcointx/core/bitcoinconsensus.py -- there's not that much code.
Sorry, something went wrong.
Any idea when this will be implemented?
No branches or pull requests
See upstream updates for VerifyScript to handle witness validation: https://github.com/bitcoin/bitcoin/blob/a654626f076a72416a3d354218d7107571d6caaf/src/script/interpreter.cpp#L1472
The text was updated successfully, but these errors were encountered: