docs: update Private-Network.md (#25862)

Fixing typo
pull/25634/head^2
gerardo romero niño 2 years ago committed by GitHub
parent a0aac03ffa
commit 877e2ba3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/_interface/Private-Network.md

@ -227,7 +227,7 @@ For PoW in a simple private network, a single CPU miner instance is enough to cr
geth <other-flags> --mine --miner.threads=1 --miner.etherbase=0xf41c74c9ae680c1aa78f42e5647a62f353b7bdde
```
This will start mining bocks and transactions on a single CPU thread, crediting all block rewards to the account specified by `--miner.etherbase`.
This will start mining blocks and transactions on a single CPU thread, crediting all block rewards to the account specified by `--miner.etherbase`.
## End-to-end example {#end-to-end-example}

Loading…
Cancel
Save