From 3d3fd76ae6b97ca5b8f32563b38af5ebaad223db Mon Sep 17 00:00:00 2001 From: colmazia Date: Wed, 20 Sep 2023 17:09:21 +0700 Subject: [PATCH] bring back solomachine todo --- testing/endpoint.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testing/endpoint.go b/testing/endpoint.go index aea165765..cfe128048 100644 --- a/testing/endpoint.go +++ b/testing/endpoint.go @@ -101,6 +101,11 @@ func (endpoint *Endpoint) CreateClient() (err error) { UpgradePath, ) consensusState = endpoint.Counterparty.Chain.LastHeader.ConsensusState() + case exported.Solomachine: + // TODO + // solo := NewSolomachine(endpoint.Chain.T, endpoint.Chain.Codec, clientID, "", 1) + // clientState = solo.ClientState() + // consensusState = solo.ConsensusState() default: err = fmt.Errorf("client type %s is not supported", endpoint.ClientConfig.GetClientType())