We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d0fbc commit cc7d9c7Copy full SHA for cc7d9c7
motoko/threshold-ecdsa/src/ecdsa_example_motoko/main.mo
@@ -41,7 +41,7 @@ actor {
41
let caller = Principal.toBlob(msg.caller);
42
try {
43
let message_hash: Blob = Blob.fromArray(SHA256.sha256(Blob.toArray(Text.encodeUtf8(message))));
44
- Cycles.add(25_000_000_000);
+ Cycles.add(30_000_000_000);
45
let { signature } = await ic.sign_with_ecdsa({
46
message_hash;
47
derivation_path = [ caller ];
0 commit comments