From 2e943478946cae35d42de480dfe361a6b349a964 Mon Sep 17 00:00:00 2001 From: aghiles-ait Date: Sun, 8 Feb 2026 16:26:05 +0100 Subject: [PATCH] fix: correct typo of filename to avoid confusion between private and public info when reading --- sss-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sss-setup.md b/sss-setup.md index be51817..2440dce 100644 --- a/sss-setup.md +++ b/sss-setup.md @@ -56,7 +56,7 @@ sss-tool init-common --pub-datas '{...}' # where '{...}' is the json that contains all the initial commitments (as described in the previous step). ``` -Output: Generates a local configuration file `shares.sss`, and prints out the json with encrypted partial shares to all other participants. Example: +Output: Generates a local configuration file `shared.sss`, and prints out the json with encrypted partial shares to all other participants. Example: ``` {"alice":{"bob": "xxxx", "charlie": "xxxxx", ...}} ```