From 4ed7641153dc885804e3140d0cd41c854ae5466c Mon Sep 17 00:00:00 2001 From: chill_switch Date: Mon, 13 Feb 2023 14:08:08 -0800 Subject: [PATCH] Update spec/core/ics-033-multi-hop/README.md Co-authored-by: Aditya --- spec/core/ics-033-multi-hop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/core/ics-033-multi-hop/README.md b/spec/core/ics-033-multi-hop/README.md index b9b07e37e..88afd3392 100644 --- a/spec/core/ics-033-multi-hop/README.md +++ b/spec/core/ics-033-multi-hop/README.md @@ -216,7 +216,7 @@ func GenerateConnectionProofs(chains []*Chain) []*ProofData { ### Multi-hop Proof Verification Steps -The followin outlines the general proof verification steps specific to a multi-hop IBC message. +The following outlines the general proof verification steps specific to a multi-hop IBC message. 1. Unpack the multihop proof bytes into consensus, connection, and channel/commitment proof data. 2. Iterate through connection proof data and verify each connectionEnd is in the OPEN state. Check connectionHops during channel handshake.