Skip to content

Commit

Permalink
try updating proof spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Mar 25, 2023
1 parent c44661f commit fa044be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion relayer/chains/penumbra/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -2004,10 +2004,11 @@ var JmtSpec = &ics23.ProofSpec{
MinPrefixLength: 16,
MaxPrefixLength: 48,
ChildSize: 32,
EmptyChild: nil,
EmptyChild: []byte("SPARSE_MERKLE_PLACEHOLDER_HASH__"),
},
MinDepth: 0,
MaxDepth: 64,
//PrehashKeyBeforeComparison: true,
}

var ApphashSpec = &ics23.ProofSpec{
Expand Down

0 comments on commit fa044be

Please sign in to comment.