We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8401e42 commit 19c2c60Copy full SHA for 19c2c60
mobile/geth.go
@@ -220,14 +220,6 @@ func (n *Node) Start() error {
220
return n.node.Start()
221
}
222
223
-// Stop terminates a running node along with all its services. If the node was not started,
224
-// an error is returned. It is not possible to restart a stopped node.
225
-//
226
-// Deprecated: use Close()
227
-func (n *Node) Stop() error {
228
- return n.node.Close()
229
-}
230
-
231
// GetEthereumClient retrieves a client to access the Ethereum subsystem.
232
func (n *Node) GetEthereumClient() (client *EthereumClient, _ error) {
233
rpc, err := n.node.Attach()
0 commit comments