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
handle_request should not return an option. Option::None may be interpreted as an error.
mimblewimble/grin-wallet#88
Return a custom enum from handle_request:
pub enum HandleResponse { Call(Value), Notification, }
The text was updated successfully, but these errors were encountered:
4e6569f
Merge pull request #6 from layer1capital/5
2336bbc
fix #5
No branches or pull requests
handle_request should not return an option. Option::None may be interpreted as an error.
mimblewimble/grin-wallet#88
Solution
Return a custom enum from handle_request:
The text was updated successfully, but these errors were encountered: