Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IDX GitLab Automation committed Nov 11, 2024
1 parent af008b2 commit dd1c4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/boundary_node/rate_limits/canister/canister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fn inspect_message() {
} else {
// For the update methods:
// - Check if the canister's authorized principal is set
// - Check the caller_id matches authorized principal
// - Check caller_id matches the authorized principal
with_canister_state(|state| {
if let Some(authorized_principal) = state.get_authorized_principal() {
if caller_id == authorized_principal {
Expand Down

0 comments on commit dd1c4a2

Please sign in to comment.