You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0616]: field `definition_id` of struct `iroha_data_model::permission::PermissionToken` is private
Actual result
Error message
error[E0616]: field `definition_id` of struct `iroha_data_model::permission::PermissionToken` is private
--> tools/kagami/src/main.rs:365:67
|
365 | RegisterBox::new(PermissionTokenDefinition::new(token.definition_id.clone()));
| ^^^^^^^^^^^^^ private field
|
help: a method `definition_id` also exists, call it with parentheses
|
365 | RegisterBox::new(PermissionTokenDefinition::new(token.definition_id().clone()));
OS and Environment
MacOS 13.3
GIT commit hash
2f371c9
Minimum working example / Steps to reproduce
When trying to make a cargo install from the root directory, the process crashes with an error
Error message
Actual result
Error message
Expected result
deploy successfully
Logs in JSON format
unfortunately I have nothing to add here
Who can help to reproduce?
@timofeevmd
Notes
No response
The text was updated successfully, but these errors were encountered: