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
visit_register_role
Looks like return should be added after executor.deny(err)? Otherwise execute! will panic in case if branch with executor.deny(err) is reached
return
executor.deny(err)
execute!
if
iroha/crates/iroha_executor/src/default.rs
Lines 1305 to 1309 in a90040c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looks like
return
should be added afterexecutor.deny(err)
? Otherwiseexecute!
will panic in caseif
branch withexecutor.deny(err)
is reachediroha/crates/iroha_executor/src/default.rs
Lines 1305 to 1309 in a90040c
The text was updated successfully, but these errors were encountered: