-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
2.0.8-1 #72
2.0.8-1 #72
Conversation
In the wallet class make a test to know if it's an TX_NULL_DATA. |
Finally I decided to verify about a zero value. But maybe it is more clean the check in the Line 39 in 8e85a88
|
Just updated the changes log and the versioning to 2.0.8-1 |
By verifying if the spent index exist in the block tree, I modified the return error to only if it's an valid address. I guess it's the best way to still get back the error (that should never happen) without trigger the OP_RETURN code.
|
@cryptorex we could take this base for deprecation update. I tested it on FN wallet, BWS and explorer. But not on mining nodes... will check in mining-pool channel if someone is ready to test it. |
Replaced by #99 |
This commit should solve the issue #71