Skip to content

Commit

Permalink
penumbra: use new commitment prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
avahowell committed Dec 5, 2023
1 parent 0ce3002 commit 5e914e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/chains/penumbra/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (cc *PenumbraProvider) Timeout() string {
}

func (cc *PenumbraProvider) CommitmentPrefix() commitmenttypes.MerklePrefix {
return commitmenttypes.NewMerklePrefix([]byte("PenumbraAppHash"))
return commitmenttypes.NewMerklePrefix([]byte("ibc-prefix"))
}

// Address returns the chains configured address as a string
Expand Down

0 comments on commit 5e914e5

Please sign in to comment.