Skip to content

Commit

Permalink
chore: fix some comments (#1039)
Browse files Browse the repository at this point in the history
Signed-off-by: pudongair <744355276@qq.com>
  • Loading branch information
pudongair authored Dec 22, 2024
1 parent db545f8 commit f8863ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/upgrades/v19/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func CreateV19UpgradeHandler(
}
}

// migrateCore1Vesting moves the funds and delegations from the PeriodicVestingAccount -> the new Council (contract address).
// migrateCore1MultisigVesting moves the funds and delegations from the PeriodicVestingAccount -> the new Council (contract address).
// - Get the Core-1 multisig vesting account
// - Instantly finish all redelegations, then unbond all tokens.
// - Send all tokens to the new council (including the previously held balance)
Expand Down
2 changes: 1 addition & 1 deletion cmd/junod/cmd/balances_from_state_export.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func getGenStateFromPath(genesisFilePath string) (map[string]json.RawMessage, er
return genState, nil
}

// ExportAirdropSnapshotCmd generates a snapshot.json from a provided exported genesis.json.
// ExportDeriveBalancesCmd generates a snapshot.json from a provided exported genesis.json.
func ExportDeriveBalancesCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "export-derive-balances [input-genesis-file] [output-snapshot-json]",
Expand Down
2 changes: 1 addition & 1 deletion cmd/junod/cmd/genica.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"
)

// AddGenesisAccountCmd returns add-genesis-account cobra Command.
// AddGenesisIcaCmd returns add-genesis-account cobra Command.
func AddGenesisIcaCmd(defaultNodeHome string) *cobra.Command {
cmd := &cobra.Command{
Use: "add-ica-config",
Expand Down

0 comments on commit f8863ce

Please sign in to comment.