1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-16 06:41:19 +00:00
Files
tendermint/p2p/types.go
2018-01-21 00:34:41 -05:00

9 lines
164 B
Go

package p2p
import (
"github.com/tendermint/tendermint/p2p/conn"
)
type ChannelDescriptor = conn.ChannelDescriptor
type ConnectionStatus = conn.ConnectionStatus