Skip to content

Commit

Permalink
Update spec/core/v2/ics-004-packet-semantics/PACKET.md
Browse files Browse the repository at this point in the history
Co-authored-by: DimitrisJim <[email protected]>
  • Loading branch information
AdityaSripal and DimitrisJim authored Nov 14, 2024
1 parent 9005362 commit 5c18553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/core/v2/ics-004-packet-semantics/PACKET.md
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 5c18553

Please sign in to comment.