Skip to content
Snippets Groups Projects
Commit c558d93b authored by Benjamin Bollen's avatar Benjamin Bollen
Browse files

add compilation check tendermint client implements tmsp client

parent a6c5df0c
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,10 @@ import (
manager_types "github.com/eris-ltd/eris-db/manager/types"
)
// NOTE [ben] Compiler check to ensure localClient successfully implements
// tendermint/tmsp/client
var _ tmsp_client.Client = (*localClient)(nil)
type localClient struct {
mtx *sync.Mutex
Application manager_types.Application
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment