Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Nov 12, 2023
1 parent 2bad744 commit 5ac8473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/core/ics-004-channel-and-packet-semantics/UPGRADES.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function isCompatibleUpgradeFields(
// startFlushUpgradeHandshake will verify that the channel
// is in a valid precondition for calling the startFlushUpgradeHandshake.
// it will set the channel to flushing state.
// it will store the upgrade timeout and the las packet sent in the upgrade state.
// it will store the upgrade timeout in the upgrade state.
function startFlushUpgradeHandshake(
portIdentifier: Identifier,
channelIdentifier: Identifier,
Expand All @@ -309,7 +309,7 @@ function startFlushUpgradeHandshake(
}
```
`openUpgradeHandshake` will open the channel and switch the existing channel parameters to the newly agreed-upon uprade channel fields.
`openUpgradeHandshake` will open the channel and switch the existing channel parameters to the newly agreed-upon upgraded channel fields.
```typescript
// openUpgradeHandshake will switch the channel fields
Expand Down

0 comments on commit 5ac8473

Please sign in to comment.