From a5d0399c14d138e924ab940839ef07befeeb0b41 Mon Sep 17 00:00:00 2001 From: Tyler Nieman Date: Wed, 1 Jan 2025 00:00:00 -0800 Subject: [PATCH] add missing word to seed xor docs (cherry picked from commit 87b5142145d4230a62e83f061f4af69965ad779c) --- docs/seed-xor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/seed-xor.md b/docs/seed-xor.md index e2ac1615..719a32cf 100644 --- a/docs/seed-xor.md +++ b/docs/seed-xor.md @@ -22,7 +22,7 @@ This one more solution for your game-theory arsenal. - *Q*: I'm lazy, can I do this to my Existing Seed? - *A*: Yes. You can split the words you have already in your Coldcard, making - 2, 3 or 4 new SEEDPLATES. You could also any number of existing SEEDPLATES + 2, 3 or 4 new SEEDPLATES. You could also use any number of existing SEEDPLATES you have, and combine them to make a new random wallet that is the XOR of their values. Effectively that makes a new random wallet.