github.com/okex/exchain@v1.8.0/libs/tendermint/proto/version/ibc_registry.go (about)

     1  package version
     2  
     3  import (
     4  	protogogo "github.com/gogo/protobuf/proto"
     5  )
     6  
     7  func init() {
     8  	protogogo.RegisterType((*Consensus)(nil), "tendermint.proto.version.Consensus")
     9  }