Skip to content

Commit

Permalink
Update canfund-rs/src/operations/obtain.rs
Browse files Browse the repository at this point in the history
Co-authored-by: olaszakos <[email protected]>
  • Loading branch information
jedna and olaszakos authored Jan 15, 2025
1 parent bb4fe18 commit 2ef9754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canfund-rs/src/operations/obtain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl MintCycles {

async fn transfer_icp_to_cmc(
&self,
icp_amount: u128,
icp_amount_e8s: u128,
target_canister_id: Principal,
) -> Result<u64, ObtainCycleError> {
let call_result = self
Expand Down

0 comments on commit 2ef9754

Please sign in to comment.