From ea1ac9cc15cd66c1655ad275ce659c058e8e7479 Mon Sep 17 00:00:00 2001 From: Victor Suzdalev Date: Tue, 24 Nov 2020 17:57:32 +0300 Subject: [PATCH] docs: small tweak on key generation --- TESTNET_CLIENT_PREP_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTNET_CLIENT_PREP_GUIDE.md b/TESTNET_CLIENT_PREP_GUIDE.md index d5b483e..1ae2c6a 100644 --- a/TESTNET_CLIENT_PREP_GUIDE.md +++ b/TESTNET_CLIENT_PREP_GUIDE.md @@ -18,7 +18,7 @@ Clone the git repo https://github.com/lidofinance/dc4bc and build the app for yo You'll need to use apps to generate keypairs. Public keys from those keypair should be submitted to Lido's repo on the next step. -Run the command `gen_keys`: +Run the command `gen_keys` on both client and airgapped machines: ``` ./dc4bc_d gen_keys --username john_doe --key_store_dbdsn /tmp/dc4bc_john_doe_key_store ```