From 5c185530dcb2204de0ec3f0221d1f870038ad4a7 Mon Sep 17 00:00:00 2001 From: Aditya <14364734+AdityaSripal@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:06:54 +0100 Subject: [PATCH] Update spec/core/v2/ics-004-packet-semantics/PACKET.md Co-authored-by: DimitrisJim --- spec/core/v2/ics-004-packet-semantics/PACKET.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/core/v2/ics-004-packet-semantics/PACKET.md b/spec/core/v2/ics-004-packet-semantics/PACKET.md index efbb76147..00b42e15d 100644 --- a/spec/core/v2/ics-004-packet-semantics/PACKET.md +++ b/spec/core/v2/ics-004-packet-semantics/PACKET.md @@ -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