2018-01-20 21:44:09 -05:00
|
|
|
package p2p
|
|
|
|
|
|
|
|
import (
|
2018-01-21 00:33:53 -05:00
|
|
|
"github.com/tendermint/tendermint/p2p/conn"
|
2018-01-20 21:44:09 -05:00
|
|
|
)
|
|
|
|
|
2018-01-21 00:33:53 -05:00
|
|
|
type ChannelDescriptor = conn.ChannelDescriptor
|
|
|
|
type ConnectionStatus = conn.ConnectionStatus
|