Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mksh committed Oct 30, 2024
1 parent 9f4121f commit c3c2d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export MNEMONIC="entire habit bottom mention spoil clown finger wheat motion fox
./target/debug/eth-staking-smith existing-mnemonic --chain mainnet --keystore_password testtest --num_validators 1 --withdrawal_credentials "0x0100000000000000000000000000000000000000000000000000000000000001"
```

Or, it makes possible possible to have bash prompt for mnemonic with hidden input like follows
Or, it makes possible to have bash prompt for mnemonic with hidden input like follows

```
echo "Please enter your mnemonic" ; read -s MNEMONIC ; export MNEMONIC
Expand Down

0 comments on commit c3c2d8a

Please sign in to comment.