tendermint/p2p/types.go

9 lines
164 B
Go
Raw Permalink Normal View History

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