From 87b26126529e5a0335f40bfe6d9baf4fb57000cc Mon Sep 17 00:00:00 2001 From: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:48:58 -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 fa0492ca..759be365 100644 --- a/docs/lee_key_protocol.md +++ b/docs/lee_key_protocol.md @@ -68,7 +68,7 @@ pub struct ChildKeysPublic { The secret key (`sk`) is used for generating the Schnorr secret key. Currently, the secret key is not directly used in LEE. Rather, the Schnorr secret key (`ssk`) is used for managing the public account. At some point in the future, Schnorr signatures (and `ssk`) will be phased out. At that point, `sk` will be used for authorization in a PQ signature scheme. -The secret key `sk` is computed in one using one of two different methods. The method used depeneds on whether the account keys is the root key or a child key. +The secret key `sk` is computed using one of two different methods. The method used depends on whether the account key is the root key or a child key. #### Secret key for root public account ```rust