Update TESTNET_CLIENT_PREP_GUIDE.md

This commit is contained in:
Victor Suzdalev 2020-11-24 17:58:41 +03:00 committed by GitHub
parent d385f2a627
commit c7b7c96e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```