File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ func TestRandomizedGenState(t *testing.T) {
57
57
require .Equal (t , "150.000000000000000000" , minter .AnnualProvisions .String ())
58
58
}
59
59
60
- // TestRandomizedGenState tests abnormal scenarios of applying RandomizedGenState.
60
+ // TestRandomizedGenState1 tests abnormal scenarios of applying RandomizedGenState.
61
61
func TestRandomizedGenState1 (t * testing.T ) {
62
62
interfaceRegistry := codectypes .NewInterfaceRegistry ()
63
63
cdc := codec .NewProtoCodec (interfaceRegistry )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) {
27
27
legacy .RegisterAminoMsg (cdc , & MsgCreateCliffVestingAccount {}, "cosmos-sdk/MsgCreateCliffVestingAccount" )
28
28
}
29
29
30
- // RegisterInterface associates protoName with AccountI and VestingAccount
30
+ // RegisterInterfaces associates protoName with AccountI and VestingAccount
31
31
// Interfaces and creates a registry of it's concrete implementations.
32
32
func RegisterInterfaces (registry types.InterfaceRegistry ) {
33
33
registry .RegisterInterface (
You can’t perform that action at this time.
0 commit comments