Skip to content

Commit

Permalink
Remove a duplication error (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukey2008 authored Dec 12, 2023
1 parent a8837ab commit 860ec7e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions spec/app/ics-028-cross-chain-validation/data_structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,18 +143,6 @@ interface CCVHandshakeMetadata {

This specification assumes that the provider CCV module has access to the address of the distribution module account through the `GetDistributionAccountAddress()` method. For an example, take a look at the [auth module](https://docs.cosmos.network/main/build/modules/auth) of Cosmos SDK.

During the CCV channel opening handshake, the provider chain adds the address of its distribution module account to the channel version as metadata (as described in [ICS 4](../../core/ics-004-channel-and-packet-semantics/README.md#definitions)).
The metadata structure is described by the following interface:

```typescript
interface CCVHandshakeMetadata {
providerDistributionAccount: string // the account's address
version: string
}
```

This specification assumes that the provider CCV module has access to the address of the distribution module account through the `GetDistributionAccountAddress()` method. For an example, take a look at the [auth module](https://docs.cosmos.network/main/build/modules/auth) of Cosmos SDK.

## CCV Packets

[↑ Back to Outline](#outline)
Expand Down

0 comments on commit 860ec7e

Please sign in to comment.