Skip to content

Commit

Permalink
Update src/ic-cdk/src/api/management_canister/schnorr/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Siffert <severin.siffert@dfinity.org>
  • Loading branch information
lwshang and sesi200 committed Sep 17, 2024
1 parent 9ed6228 commit 77dc5f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ic-cdk/src/api/management_canister/schnorr/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use candid::Principal;
mod types;
pub use types::*;

// Source: https://internetcomputer.org/docs/current/references/t-sigs-how-it-works/#fees-for-the-t-schnorr-production-key
const SIGN_WITH_SCHNORR_FEE: u128 = 26_153_846_153;

/// Return a SEC1 encoded Schnorr public key for the given canister using the given derivation path.
Expand Down

0 comments on commit 77dc5f2

Please sign in to comment.