update prysm export docs (#3365)
This command was [recently renamed](https://github.com/prysmaticlabs/prysm/pull/9873).
This commit is contained in:
parent
97a1735e4a
commit
47b1870100
|
@ -50,7 +50,7 @@ It's important that you disable the Prysm validator as well as stopping it, to p
|
||||||
Run the following to export your Prysm validator's [slashing protection](https://eips.ethereum.org/EIPS/eip-3076) history:
|
Run the following to export your Prysm validator's [slashing protection](https://eips.ethereum.org/EIPS/eip-3076) history:
|
||||||
|
|
||||||
```
|
```
|
||||||
prysm.sh validator slashing-protection export \
|
prysm.sh validator slashing-protection-history export \
|
||||||
--datadir=/your/prysm/wallet \
|
--datadir=/your/prysm/wallet \
|
||||||
--slashing-protection-export-dir=/path/to/export_dir
|
--slashing-protection-export-dir=/path/to/export_dir
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue