diff --git a/bolt-cli/README.md b/bolt-cli/README.md index e1bf3e0f..17ece8d7 100644 --- a/bolt-cli/README.md +++ b/bolt-cli/README.md @@ -196,8 +196,7 @@ bolt pubkeys secret-keys --secret-keys 642e0d33fde8968a48b5f560c1b20143eb82036c1 ```text bolt pubkeys local-keystore \ - --path test_data/lighthouse/validators \ - --password-path test_data/lighthouse/secrets + --path test_data/lighthouse/validators ``` 3. Listing BLS public keys from a remote DIRK keystore diff --git a/testnets/holesky/QUICK_START.md b/testnets/holesky/QUICK_START.md index aace77b6..44b25de2 100644 --- a/testnets/holesky/QUICK_START.md +++ b/testnets/holesky/QUICK_START.md @@ -74,7 +74,7 @@ depending on where your keys are stored: (with `validators` and `secrets` subdirectories containing the keystores and passwords respectively). ```bash -bolt pubkeys local-keystore --path --password-path +bolt pubkeys local-keystore --path ``` Example file structure when using `local-keystore` source: @@ -94,7 +94,7 @@ Example file structure when using `local-keystore` source: In this case you would run the command (called from the `validator_keys` directory): ```bash -bolt pubkeys local-keystore --path validators --password-path secrets +bolt pubkeys local-keystore --path validators ```