Files
tendermint/internal/p2p/netaddress.go
2021-06-24 09:59:14 -04:00

12 lines
248 B
Go

// Modified for Tendermint
// Originally Copyright (c) 2013-2014 Conformal Systems LLC.
// https://github.com/conformal/btcd/blob/master/LICENSE
package p2p
import (
"github.com/tendermint/tendermint/types"
)
type NetAddress = types.NetAddress