From d3a2337356687fea3f4ec195c43604725cff52f9 Mon Sep 17 00:00:00 2001 From: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:49:17 -0400 Subject: [PATCH] Update docs/lee_key_protocol.md Co-authored-by: Moudy --- docs/lee_key_protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lee_key_protocol.md b/docs/lee_key_protocol.md index d2759061..2a362913 100644 --- a/docs/lee_key_protocol.md +++ b/docs/lee_key_protocol.md @@ -51,7 +51,7 @@ The seed is never stored on-chain. ## Public account keys -Public accounts consist of three keys (secret key `sk`, Schnorr secret key `ssk` and public key `pk`). Additionally, auxillary values chain index `ci` and chain code `cc`. A public account keys are generated using its chain index and its parent's chain code. +Public accounts consist of three keys (secret key `sk`, Schnorr secret key `ssk` and public key `pk`). Additionally, auxiliary values chain index `ci` and chain code `cc`. Public account keys are generated using their chain index and their parent's chain code. ```rust pub struct ChildKeysPublic {