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

Fixing typo
This commit is contained in:
gerardo romero niño 2022-09-26 01:50:31 -05:00 committed by GitHub
parent a0aac03ffa
commit 877e2ba3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 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} ## End-to-end example {#end-to-end-example}