From c7b7c96e372c9a72aee7b99a63e364e5db44b68f Mon Sep 17 00:00:00 2001 From: Victor Suzdalev Date: Tue, 24 Nov 2020 17:58:41 +0300 Subject: [PATCH] Update TESTNET_CLIENT_PREP_GUIDE.md --- 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 ```