File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ impl LedgerStarknetApp {
143
143
/// - `1470455285'`, decimal for `0x57a55df5`, is the 31 lowest bits for `sha256(starkli)`
144
144
///
145
145
/// Currently, the Ledger app only enforces the length and the first level of the path.
146
- async fn get_public_key (
146
+ pub async fn get_public_key (
147
147
& self ,
148
148
derivation_path : DerivationPath ,
149
149
display : bool ,
@@ -190,7 +190,7 @@ impl LedgerStarknetApp {
190
190
/// - `1470455285'`, decimal for `0x57a55df5`, is the 31 lowest bits for `sha256(starkli)`
191
191
///
192
192
/// Currently, the Ledger app only enforces the length and the first level of the path.
193
- async fn sign_hash (
193
+ pub async fn sign_hash (
194
194
& self ,
195
195
derivation_path : DerivationPath ,
196
196
hash : & Felt ,
You can’t perform that action at this time.
0 commit comments