Skip to content

Commit adfc19c

Browse files
committed
use number of cycles in sign_with_schnorr that is sufficient for 34 nodes on mainnet
1 parent 38bd516 commit adfc19c

File tree

1 file changed

+1
-1
lines changed
  • rust/threshold-schnorr/src/schnorr_example_rust/src

1 file changed

+1
-1
lines changed

rust/threshold-schnorr/src/schnorr_example_rust/src/wasm_only.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async fn sign(message: String, algorithm: SchnorrAlgorithm) -> Result<SignatureR
7171
Principal::management_canister(),
7272
"sign_with_schnorr",
7373
(internal_request,),
74-
25_000_000_000,
74+
26_153_846_153,
7575
)
7676
.await
7777
.map_err(|e| format!("sign_with_schnorr failed {e:?}"))?;

0 commit comments

Comments
 (0)