mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-11 13:49:02 +00:00
"eth attach" should be "geth attach" (#20732)
"eth attach" should be "geth attach" A letter missing
This commit is contained in:
parent
ee73348658
commit
c4a73900c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue