mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 04:31:44 +00:00
fixes
This commit is contained in:
12
p2p/types.go
Normal file
12
p2p/types.go
Normal file
@ -0,0 +1,12 @@
|
||||
package p2p
|
||||
|
||||
import (
|
||||
"github.com/tendermint/tendermint/p2p/tmconn"
|
||||
"github.com/tendermint/tendermint/p2p/types"
|
||||
)
|
||||
|
||||
type ID = types.ID
|
||||
type NodeInfo = types.NodeInfo
|
||||
|
||||
type ChannelDescriptor = tmconn.ChannelDescriptor
|
||||
type ConnectionStatus = tmconn.ConnectionStatus
|
Reference in New Issue
Block a user