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
elementsd: blind.cpp:621: int BlindTransaction(std::vector<uint256>&, const std::vector<uint256>&, const std::vector<CAsset>&, const std::vector<long int>&, std::vector<uint256>&, std::vector<uint256>&, const std::vector<CPubKey>&, const std::vector<CKey>&, const std::vector<CKey>&, CMutableTransaction&, std::vector<std::vector<unsigned char> >*): Assertion `rangeresult' failed.
We don't really care about blindrawtransaction but we probably shouldn't crash.
blindrawtransaction
The text was updated successfully, but these errors were encountered:
Is it fine to return an error, or should it be possible to blind the 0-valued non-OP_RETURN output ?
Sorry, something went wrong.
@delta1 fine to return an error. Consensus rules forbid having a blinded 0-valued non-RETURN output.
Cool, I'll put in a PR for that when I have a spare cycle
delta1
No branches or pull requests
We don't really care about
blindrawtransaction
but we probably shouldn't crash.The text was updated successfully, but these errors were encountered: