Skip to content

Commit

Permalink
fix lijt
Browse files Browse the repository at this point in the history
  • Loading branch information
mossid committed Jul 7, 2019
1 parent 83b9f5a commit 94edc2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions x/ibc/02-client/tendermint/tests/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ import (
"github.com/cosmos/cosmos-sdk/x/ibc/23-commitment/merkle"
)

// nolint: unused
func newRoot() merkle.Root {
return merkle.NewRoot(nil, [][]byte{[]byte("test")}, []byte{0x12, 0x34})
}

const chainid = "testchain"

func NewRoot(keyPrefix []byte) merkle.Root {
Expand Down
3 changes: 2 additions & 1 deletion x/ibc/03-connection/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ type CounterObject struct {

kind commitment.String

client client.CounterObject
// TODO: prove counterparty client in v1
client client.CounterObject // nolint: unused
}

func (man CounterpartyManager) object(id string) CounterObject {
Expand Down

0 comments on commit 94edc2f

Please sign in to comment.