Skip to content

Commit

Permalink
add state intro
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Sep 21, 2024
1 parent 4c07275 commit e3efea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/build/modules/02-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The provider module has the following functionalities:
## State

For clarity, the description of the the provider module state is split into features.
For a more accurate description, check out the `x/ccv/provider/types/keys.go` file, which contains the definitions of the keys.
For a more accurate description, check out the `x/ccv/provider/types/keys.go` file, which contains the definitions of all the keys.

### Consumer Lifecycle

Expand Down
3 changes: 3 additions & 0 deletions docs/docs/build/modules/03-consumer.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ As a result, the misbehaving validator is punished on the provider chain.

## State

For clarity, the description of the the consumer module state is split into features.
For a more accurate description, check out the `x/ccv/consumer/types/keys.go` file, which contains the definitions of all the keys.

### Provider Connection

#### ProviderClientID
Expand Down

0 comments on commit e3efea4

Please sign in to comment.