Skip to content

Commit

Permalink
Merge branch 'aditya/32-commitment' of github.com:cosmos/ibc into adi…
Browse files Browse the repository at this point in the history
…tya/32-commitment
  • Loading branch information
AdityaSripal committed Nov 14, 2024
2 parents 5e30306 + 5c18553 commit e24be80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ All acknowledgements must be committed to and stored under the ICS24 acknowledgm

```typescript
// commitV2Acknowledgement hashes each app acknowledgment and hashes them together
// the final preimage is then prepended with the byte 0x02 in order to clearly define the protocol version
// the final preimage will be prepended with the byte 0x02 before hashing in order to clearly define the protocol version
// and allow for future upgradability
func commitV2Acknowledgment(ack: Acknowledgement) {
var buffer: bytes
Expand Down

0 comments on commit e24be80

Please sign in to comment.