Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Nov 28, 2024
1 parent 49ade37 commit acfba3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/lib/operations/canister/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ where
match res {
WasmResult::Reply(data) => decode_args(&data)
.context("Could not decode management canister response.")?,
WasmResult::Reject(err) => bail!("Management canister call rejected: {}", err),
WasmResult::Reject(err) => bail!("Management canister rejected: {}", err),
}
} else {
bail!("Impersonating sender is only supported for a local PocketIC instance.")
Expand Down

0 comments on commit acfba3b

Please sign in to comment.