"eth attach" should be "geth attach" (#20732)
"eth attach" should be "geth attach" A letter missing
This commit is contained in:
@ -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.
|
ipc endpoint or you would like to connect over the rpc interface.
|
||||||
|
|
||||||
geth attach /some/custom/path.ipc
|
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
|
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
|
Note that by default the geth node doesn't start the HTTP and WebSocket servers and not
|
||||||
|
Reference in New Issue
Block a user