Skip to content

Commit

Permalink
add note on how to shut down the consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Apr 29, 2022
1 parent 704e9de commit e5e79aa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1617,6 +1617,9 @@ function BeginBlock() {
- **Error Condition**
- If the CCV was established, but then was moved to the `CLOSED` state.

> **Note**: Once the CCV channel is closed, the provider chain can no longer provider security. As a result, the consumer chain MUST be shut down.
> For an example of how to do this in practice, see the Cosmos SDK [implementation](https://github.com/cosmos/cosmos-sdk/blob/0c0b4da114cf73ef5ae1ac5268241d69e8595a60/x/upgrade/abci.go#L71).
<!-- omit in toc -->
#### **[CCV-CCF-RCVVSC.1]**
```typescript
Expand Down

0 comments on commit e5e79aa

Please sign in to comment.