Skip to content

Commit

Permalink
Merge branch 'docs_v1' of https://github.com/noble-assets/forwarding
Browse files Browse the repository at this point in the history
…into docs_v1
  • Loading branch information
twothirtyfive committed Aug 27, 2024
2 parents 4895610 + 20f5681 commit 880a7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/01-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The `ForwardingAccount` structure stores the data needed for forwarding. This in
- **BaseAccount**: inherits from `cosmos.auth.v1beta1.BaseAccount`
- **channel**: specifies the IBC channel through which tokens are forwarded
- **recipient**: the address that receives the forwarded tokens
- **created_at**: timestamp at creation
- **created_at**: block height at creation
- **fallback**: a fallback address to be used if forwarding to the primary recipient fails

#### State Update
Expand All @@ -41,7 +41,7 @@ The state is updated by the following messages:

### Genesis State

The genesis state of the `x/forwarding` module sets up the initial configuration, including which denominations are allowed for forwarding and the initial statistics related to registered accounts and forwarding transactions.
The genesis state of the `x/forwarding` module sets up the initial configuration, including which denominations are allowed for forwarding and the initial statistics related to registered accounts and forwarding actions.

#### Structure

Expand Down

0 comments on commit 880a7a5

Please sign in to comment.