Skip to content

Commit

Permalink
bring back solomachine todo
Browse files Browse the repository at this point in the history
  • Loading branch information
colmazia authored and RogerKSI committed Sep 21, 2023
1 parent bbcf763 commit 19f4572
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 19f4572

Please sign in to comment.