mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
mobile: correct comment typo in geth.go (#17021)
This commit is contained in:
parent
574378edb5
commit
baa7eb901e
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ func (n *Node) Start() error {
|
|||
return n.node.Start()
|
||||
}
|
||||
|
||||
// Stop terminates a running node along with all it's services. In the node was
|
||||
// Stop terminates a running node along with all it's services. If the node was
|
||||
// not started, an error is returned.
|
||||
func (n *Node) Stop() error {
|
||||
return n.node.Stop()
|
||||
|
|
|
|||
Loading…
Reference in a new issue