mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 14:22:16 +00:00
9 lines
164 B
Go
9 lines
164 B
Go
package p2p
|
|
|
|
import (
|
|
"github.com/tendermint/tendermint/p2p/conn"
|
|
)
|
|
|
|
type ChannelDescriptor = conn.ChannelDescriptor
|
|
type ConnectionStatus = conn.ConnectionStatus
|