Skip to content

Commit 599e946

Browse files
authored
Merge pull request #830 from cuibuwei/main
chore: fix some function names in comment
2 parents 70eaa0c + 2730f37 commit 599e946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x/mint/simulation/genesis_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func TestRandomizedGenState(t *testing.T) {
5757
require.Equal(t, "150.000000000000000000", minter.AnnualProvisions.String())
5858
}
5959

60-
// TestRandomizedGenState tests abnormal scenarios of applying RandomizedGenState.
60+
// TestRandomizedGenState1 tests abnormal scenarios of applying RandomizedGenState.
6161
func TestRandomizedGenState1(t *testing.T) {
6262
interfaceRegistry := codectypes.NewInterfaceRegistry()
6363
cdc := codec.NewProtoCodec(interfaceRegistry)

x/vesting/types/codec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) {
2727
legacy.RegisterAminoMsg(cdc, &MsgCreateCliffVestingAccount{}, "cosmos-sdk/MsgCreateCliffVestingAccount")
2828
}
2929

30-
// RegisterInterface associates protoName with AccountI and VestingAccount
30+
// RegisterInterfaces associates protoName with AccountI and VestingAccount
3131
// Interfaces and creates a registry of it's concrete implementations.
3232
func RegisterInterfaces(registry types.InterfaceRegistry) {
3333
registry.RegisterInterface(

0 commit comments

Comments
 (0)