Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

feat: allow System API method in_replicated_execution to run during canister_start #260

Merged
merged 4 commits into from
Dec 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion spec/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6470,7 +6470,6 @@ The pseudo-code below does *not* explicitly enforce the restrictions of which im
Trap {cycles_used = es.cycles_used;}

ic0.in_replicated_execution<es>() : i32 =
if es.context = s then Trap {cycles_used = es.cycles_used;}
if es.params.sysenv.certificate = NoCertificate
then return 1
else return 0
Expand Down
Loading