mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
cmd: Move p2psim into top-level cmd directory
Signed-off-by: Lewis Marshall <lewis@lmars.net>
This commit is contained in:
parent
cd12a9efdd
commit
30810aace4
3 changed files with 2 additions and 2 deletions
|
|
@ -157,7 +157,7 @@ ID.
|
||||||
## Command line client
|
## Command line client
|
||||||
|
|
||||||
`p2psim` is a command line client for the HTTP API, located in
|
`p2psim` is a command line client for the HTTP API, located in
|
||||||
`p2p/simulations/cmd/p2psim`.
|
`cmd/p2psim`.
|
||||||
|
|
||||||
It provides the following commands:
|
It provides the following commands:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ set -e
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
if ! which p2psim &>/dev/null; then
|
if ! which p2psim &>/dev/null; then
|
||||||
fail "missing p2psim binary (you need to build p2p/simulations/cmd/p2psim and put it in \$PATH)"
|
fail "missing p2psim binary (you need to build cmd/p2psim and put it in \$PATH)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
info "creating 10 nodes"
|
info "creating 10 nodes"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue