mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-05 05:06:14 +01:00
typos
This commit is contained in:
@@ -35,5 +35,5 @@ impl JsBlindedMessages {
|
||||
})
|
||||
}
|
||||
|
||||
// TODO: Gettters
|
||||
// TODO: Getters
|
||||
}
|
||||
|
||||
@@ -109,8 +109,8 @@ impl JsKeyResponse {
|
||||
/// From Hex
|
||||
#[wasm_bindgen(constructor)]
|
||||
pub fn new(keysets: String) -> Result<JsKeyResponse> {
|
||||
let reponse = serde_json::from_str(&keysets).map_err(into_err)?;
|
||||
Ok(Self { inner: reponse })
|
||||
let response = serde_json::from_str(&keysets).map_err(into_err)?;
|
||||
Ok(Self { inner: response })
|
||||
}
|
||||
|
||||
/// Get Keysets
|
||||
|
||||
Reference in New Issue
Block a user