From 04ee005b64b6d000c65a018adbe05c0f92866501 Mon Sep 17 00:00:00 2001 From: xiaoxianBoy Date: Wed, 15 May 2024 09:05:48 +0800 Subject: [PATCH] chore: fix typos Signed-off-by: xiaoxianBoy --- README.md | 2 +- src/wasm/cardano_message_signing/src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 559bdc72..bf5ee16f 100755 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ cardano.onNetworkChange((network : number) => void) The `project_id` for API requests can be created under [blockfrost.io](https://blockfrost.io/). -**Recommended:** Follow this [approach](https://github.com/lxieyang/chrome-extension-boilerplate-react#secrets) in order to keep the keys seperate from the repository. +**Recommended:** Follow this [approach](https://github.com/lxieyang/chrome-extension-boilerplate-react#secrets) in order to keep the keys separate from the repository. ``` # Update secrets file with your own keys diff --git a/src/wasm/cardano_message_signing/src/lib.rs b/src/wasm/cardano_message_signing/src/lib.rs index 7b296b55..9b3898e0 100644 --- a/src/wasm/cardano_message_signing/src/lib.rs +++ b/src/wasm/cardano_message_signing/src/lib.rs @@ -224,7 +224,7 @@ pub struct HeaderMap { partial_init_vector: Option>, // INT(7) key type counter_signature: Option>, - // all other headers not listed above. Does NOT contian the above, but the accessor functions do + // all other headers not listed above. Does NOT contain the above, but the accessor functions do other_headers: LinkedHashMap, } @@ -870,7 +870,7 @@ pub struct COSEKey { key_id: Option>, // INT(3) algorithm identifier. See AlgorithmIds enum (EdDSA, ChaChaPoly, etc) algorithm_id: Option