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
OP_PUSHBYTES
OP_RETURN
This will make the transactions pass the standardness checks.
It is possible to only do that for non-coinbase outputs, because coinbase doesn't need to adhere to standardness rules.
Though I think it would be better to do that for all OP_RETURNS for consistency/to make it less confusing. The cost is just one byte per output.
OP_RETURNS
The text was updated successfully, but these errors were encountered:
This is already implemented in bip300301_enforcer by LayerTwo-Labs/bip300301_enforcer#52 .
bip300301_enforcer
So we need to update the specification to match.
Sorry, something went wrong.
nchashch
No branches or pull requests
This will make the transactions pass the standardness checks.
It is possible to only do that for non-coinbase outputs, because coinbase doesn't need to adhere to standardness rules.
Though I think it would be better to do that for all
OP_RETURNS
for consistency/to make it less confusing. The cost is just one byte per output.The text was updated successfully, but these errors were encountered: