Skip to content

Commit

Permalink
use number of cycles in sign_with_schnorr that is sufficient for 34 n…
Browse files Browse the repository at this point in the history
…odes on mainnet
  • Loading branch information
altkdf committed Oct 7, 2024
1 parent 38bd516 commit adfc19c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async fn sign(message: String, algorithm: SchnorrAlgorithm) -> Result<SignatureR
Principal::management_canister(),
"sign_with_schnorr",
(internal_request,),
25_000_000_000,
26_153_846_153,
)
.await
.map_err(|e| format!("sign_with_schnorr failed {e:?}"))?;
Expand Down

0 comments on commit adfc19c

Please sign in to comment.