mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-18 21:26:20 +00:00
service: remove stop method and use contexts (#7292)
This commit is contained in:
@@ -17,7 +17,7 @@ func init() {
|
||||
app := kvstore.NewApplication()
|
||||
cc := abciclient.NewLocalCreator(app)
|
||||
appConnMem, _ := cc(log.NewNopLogger())
|
||||
err := appConnMem.Start()
|
||||
err := appConnMem.Start(context.TODO())
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user