Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Apr 6, 2022
1 parent 2ff1b9b commit 07d1bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/ic.did
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ service ic : {
ecdsa_public_key : (record {
canister_id : opt canister_id;
derivation_path : vec blob;
key_id : { curve: ecdsa_curve; name: text };
key_id : record { curve: ecdsa_curve; name: text };
}) -> (record { public_key : blob; chain_code : blob; });
sign_with_ecdsa : (record {
message_hash : blob;
derivation_path : vec blob;
key_id : { curve: ecdsa_curve; name: text };
key_id : record { curve: ecdsa_curve; name: text };
}) -> (record { signature : blob });

// provisional interfaces for the pre-ledger world
Expand Down

0 comments on commit 07d1bd5

Please sign in to comment.