"eth attach" should be "geth attach"

"eth attach" should be "geth attach" A letter missing
This commit is contained in:
architect.bian 2020-02-29 18:20:05 +08:00 committed by GitHub
parent ee73348658
commit 7cb7429254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ Attach mode accepts an endpoint in case the geth node is running with a non defa
ipc endpoint or you would like to connect over the rpc interface.
geth attach /some/custom/path.ipc
eth attach http://191.168.1.1:8545
geth attach http://191.168.1.1:8545
geth attach ws://191.168.1.1:8546
Note that by default the geth node doesn't start the HTTP and WebSocket servers and not