Skip to content

Commit

Permalink
copy api/call.rs from main branch and fix for new ic0
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Dec 11, 2024
1 parent 809affe commit d70eb01
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 335 deletions.
1 change: 0 additions & 1 deletion ic-cdk-timers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ extern "C" fn global_timer() {
| RejectionCode::DestinationInvalid
| RejectionCode::CanisterReject
| RejectionCode::CanisterError
| RejectionCode::SysUnknown
| RejectionCode::Unknown => {}
}
}
Expand Down
Loading

0 comments on commit d70eb01

Please sign in to comment.