diff --git a/src/example/paid_service/src/lib.rs b/src/example/paid_service/src/lib.rs index 0e938e8..7fdf866 100644 --- a/src/example/paid_service/src/lib.rs +++ b/src/example/paid_service/src/lib.rs @@ -28,7 +28,7 @@ async fn cost_1000_attached_cycles() -> Result { Ok("Yes, you paid 1000 cycles!".to_string()) } -/// An API method that requires 1 billion cycles to be provided by the user using an ICRC-2 approve. +/// An API method that requires 1 billion cycles using an ICRC-2 approve with default parameters. #[update()] async fn cost_1b_icrc2_from_caller() -> Result { let guard = Icrc2FromCaller {