mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 09:21:32 +00:00
p2p: tmconn->conn and types->p2p
This commit is contained in:
10
p2p/types.go
10
p2p/types.go
@ -1,12 +1,8 @@
|
||||
package p2p
|
||||
|
||||
import (
|
||||
"github.com/tendermint/tendermint/p2p/tmconn"
|
||||
"github.com/tendermint/tendermint/p2p/types"
|
||||
"github.com/tendermint/tendermint/p2p/conn"
|
||||
)
|
||||
|
||||
type ID = types.ID
|
||||
type NodeInfo = types.NodeInfo
|
||||
|
||||
type ChannelDescriptor = tmconn.ChannelDescriptor
|
||||
type ConnectionStatus = tmconn.ConnectionStatus
|
||||
type ChannelDescriptor = conn.ChannelDescriptor
|
||||
type ConnectionStatus = conn.ConnectionStatus
|
||||
|
Reference in New Issue
Block a user