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
nStratis allows OP_RETURN scripts up to the maximum length currently supported in Bitcoin itself (83 bytes).
The Stratis GUI wallet (currently 2.0.0.1) rejects the resulting OP_RETURN transaction from nStratis with an error in debug.log:
ERROR: AcceptToMemoryPool : nonstandard transaction: scriptpubkey
It appears that scripts < 40 bytes are accepted, so the length validation is incorrect in either nStratis or the wallet.
The text was updated successfully, but these errors were encountered:
I think we should fix this on the stratisx wallet
Sorry, something went wrong.
No branches or pull requests
nStratis allows OP_RETURN scripts up to the maximum length currently supported in Bitcoin itself (83 bytes).
The Stratis GUI wallet (currently 2.0.0.1) rejects the resulting OP_RETURN transaction from nStratis with an error in debug.log:
ERROR: AcceptToMemoryPool : nonstandard transaction: scriptpubkey
It appears that scripts < 40 bytes are accepted, so the length validation is incorrect in either nStratis or the wallet.
The text was updated successfully, but these errors were encountered: