From a32c4b93e2573fd83b15ac1ad6bf1317dc8fd760 Mon Sep 17 00:00:00 2001 From: Alexis Sellier Date: Sat, 6 Jul 2024 12:30:30 +0200 Subject: [PATCH] docs: Fix `RAD_KEYGEN_SEED` docs --- HACKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index 7fc7a890..20990049 100644 --- a/HACKING.md +++ b/HACKING.md @@ -60,13 +60,13 @@ and repositories. Typically you'll want to set this to a temporary folder, eg. `/tmp/radicle`, that can be safely deleted. If set, all radicle data will be stored within this folder. -**`RAD_SEED`** +**`RAD_KEYGEN_SEED`** Set this to a 32-byte hexadecimal string to generate deterministic Node IDs when creating new profiles. For example, integration tests use the following setting: - RAD_SEED=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff + RAD_KEYGEN_SEED=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff **`RAD_PASSPHRASE`**