Skip to content

Commit 19c2c60

Browse files
author
Zachinquarantine
authored
mobile: remove deprecated Stop function (#24369)
1 parent 8401e42 commit 19c2c60

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mobile/geth.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,6 @@ func (n *Node) Start() error {
220220
return n.node.Start()
221221
}
222222

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-
231223
// GetEthereumClient retrieves a client to access the Ethereum subsystem.
232224
func (n *Node) GetEthereumClient() (client *EthereumClient, _ error) {
233225
rpc, err := n.node.Attach()

0 commit comments

Comments
 (0)