Skip to content

Commit

Permalink
Added XXX_MessageName method for *ConsensusState type
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Sep 10, 2024
1 parent 074bdd2 commit 46a8f21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kava/custom_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ func (m *ConsensusState) Reset() { *m = ConsensusState{} }
func (m *ConsensusState) String() string { return proto.CompactTextString(m) }
func (*ConsensusState) ProtoMessage() {}

Check failure on line 49 in kava/custom_types.go

View workflow job for this annotation

GitHub Actions / build

exported method ConsensusState.ProtoMessage should have comment or be unexported

func (*ConsensusState) XXX_MessageName() string {

Check failure on line 51 in kava/custom_types.go

View workflow job for this annotation

GitHub Actions / build

exported method ConsensusState.XXX_MessageName should have comment or be unexported

Check failure on line 51 in kava/custom_types.go

View workflow job for this annotation

GitHub Actions / build

don't use underscores in Go names; method XXX_MessageName should be XXXMessageName
return "ibc.lightclients.solomachine.v2.ConsensusState"
}

var fileDescriptor_141333b361aae010 = []byte{
// 1370 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x5f, 0x8f, 0xdb, 0x44,
Expand Down

0 comments on commit 46a8f21

Please sign in to comment.