diff --git a/spec/01-state.md b/spec/01-state.md index acefe1a..9238f69 100644 --- a/spec/01-state.md +++ b/spec/01-state.md @@ -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 @@ -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