Skip to content

Commit

Permalink
chore: update the default description for tia (#2736)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
evan-forbes authored Oct 23, 2023
1 parent 35074ec commit c0743df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/default_overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c0743df

Please sign in to comment.