mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +00:00
service: remove stop method and use contexts (#7292)
This commit is contained in:
@@ -35,7 +35,7 @@ type Client interface {
|
||||
// These methods define the operational structure of the client.
|
||||
|
||||
// Start the client. Start must report an error if the client is running.
|
||||
Start() error
|
||||
Start(context.Context) error
|
||||
|
||||
// Stop the client. Stop must report an error if the client is not running.
|
||||
Stop() error
|
||||
|
||||
Reference in New Issue
Block a user