good morning!!!!

Skip to content
Snippets Groups Projects
Commit baa7eb90 authored by Husam Ibrahim's avatar Husam Ibrahim Committed by Péter Szilágyi
Browse files

mobile: correct comment typo in geth.go (#17021)

parent 574378ed
Branches
Tags
No related merge requests found
...@@ -193,7 +193,7 @@ func (n *Node) Start() error { ...@@ -193,7 +193,7 @@ func (n *Node) Start() error {
return n.node.Start() 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. // not started, an error is returned.
func (n *Node) Stop() error { func (n *Node) Stop() error {
return n.node.Stop() return n.node.Stop()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment