diff --git a/interchaintest/misbehaviour_test.go b/interchaintest/misbehaviour_test.go index a571dbc55..c8ae5f022 100644 --- a/interchaintest/misbehaviour_test.go +++ b/interchaintest/misbehaviour_test.go @@ -291,7 +291,6 @@ func createTMClientHeader( hhash := tmHeader.Hash() blockID := ibctesting.MakeBlockID(hhash, 3, tmhash.Sum([]byte("part_set"))) - //voteSet := comettypes.NewVoteSet(chainID, blockHeight, 1, cometproto.PrecommitType, tmValSet) commit, err := MakeCommit(blockID, blockHeight, 1, tmValSet, signers, chainID, timestamp) require.NoError(t, err) diff --git a/relayer/chains/penumbra/tx.go b/relayer/chains/penumbra/tx.go index 0d2f7d4b5..6136d2fe0 100644 --- a/relayer/chains/penumbra/tx.go +++ b/relayer/chains/penumbra/tx.go @@ -2024,14 +2024,6 @@ var JmtSpec = &ics23.ProofSpec{ PrehashKeyBeforeComparison: true, } -/* -proof_specs: -inner_spec: -max_depth:64prehash_key_before_comparison:true > -proof_specs: -inner_spec: max_depth:1 prehash_key_before_comparison:true > -*/ var ApphashSpec = &ics23.ProofSpec{ LeafSpec: &ics23.LeafOp{ Prefix: nil,