From 33b86bc80550166d92a859a67d5675e2a620f30f Mon Sep 17 00:00:00 2001 From: Julian Kocher Date: Tue, 27 Aug 2024 09:40:19 -0400 Subject: [PATCH 1/2] Update verbiage for spec/01-state.md Co-authored-by: John Letey Signed-off-by: Julian Kocher --- spec/01-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/01-state.md b/spec/01-state.md index acefe1a..a3695c1 100644 --- a/spec/01-state.md +++ b/spec/01-state.md @@ -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 From 20f568178567dee072c2ebfcf5227bf2717e9573 Mon Sep 17 00:00:00 2001 From: Julian Kocher Date: Tue, 27 Aug 2024 09:40:31 -0400 Subject: [PATCH 2/2] Update verbiage for spec/01-state.md Co-authored-by: John Letey Signed-off-by: Julian Kocher --- spec/01-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/01-state.md b/spec/01-state.md index a3695c1..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