mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 17:03:46 +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
|
||||
|
||||
`p2psim` is a command line client for the HTTP API, located in
|
||||
`p2p/simulations/cmd/p2psim`.
|
||||
`cmd/p2psim`.
|
||||
|
||||
It provides the following commands:
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ set -e
|
|||
|
||||
main() {
|
||||
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
|
||||
|
||||
info "creating 10 nodes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue