Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jtieri committed Oct 19, 2023
1 parent 1dd3ff1 commit c26fbed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion interchaintest/misbehaviour_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 0 additions & 8 deletions relayer/chains/penumbra/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -2024,14 +2024,6 @@ var JmtSpec = &ics23.ProofSpec{
PrehashKeyBeforeComparison: true,
}

/*
proof_specs:<leaf_spec:<hash:SHA256 prehash_key:SHA256 prehash_value:SHA256 prefix:\"JMT::LeafNode\" >
inner_spec:<child_order:0 child_order:1 child_size:32 min_prefix_length:16 max_prefix_length:16 empty_child:\"SPARSE_MERKLE_PLACEHOLDER_HASH__\" hash:SHA256 >
max_depth:64prehash_key_before_comparison:true >
proof_specs:<leaf_spec:<hash:SHA256 >
inner_spec:<child_order:0 child_order:1 child_size:32 hash:SHA256
> max_depth:1 prehash_key_before_comparison:true >
*/
var ApphashSpec = &ics23.ProofSpec{
LeafSpec: &ics23.LeafOp{
Prefix: nil,
Expand Down

0 comments on commit c26fbed

Please sign in to comment.