From c0743df725cba331b42176977f2dc702277c8f18 Mon Sep 17 00:00:00 2001 From: Evan Forbes <42654277+evan-forbes@users.noreply.github.com> Date: Mon, 23 Oct 2023 09:29:35 -0500 Subject: [PATCH] chore: update the default description for tia (#2736) ## Overview minor PR to update the description of tia ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [ ] Linked issues closed with keywords --- app/default_overrides.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/default_overrides.go b/app/default_overrides.go index 26a7e9f1b9..10776bb308 100644 --- a/app/default_overrides.go +++ b/app/default_overrides.go @@ -43,7 +43,7 @@ type bankModule struct { // DefaultGenesis returns custom x/bank module genesis state. func (bankModule) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage { metadata := banktypes.Metadata{ - Description: "The native staking token of the Celestia network.", + Description: "The native token of the Celestia network.", Base: BondDenom, Name: DisplayDenom, Display: DisplayDenom,