fix mockery generation script (#9094)

This commit is contained in:
Callum Waters
2022-07-26 22:53:15 +02:00
committed by GitHub
parent 46badfabd9
commit a11b7743d4
27 changed files with 81 additions and 50 deletions

View File

@@ -11,6 +11,8 @@ import (
e2e "github.com/tendermint/tendermint/test/e2e/app"
)
//go:generate ../scripts/mockery_generate.sh ClientCreator
// ClientCreator creates new ABCI clients.
type ClientCreator interface {
// NewABCIClient returns a new ABCI client.