-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes an issue in the RequestID computation where an empty slice canister ID would be considered as "canister_id not set". This was not quite correct, because the management canister ID is the empty slice (encoded as "aaaaa-aa"). This changes the empty check for a `nil` check instead. Usages of the effective canister ID vs. canister ID are also clarified.
- Loading branch information
Showing
2 changed files
with
29 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters