mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
rename docker ifd constructor
This commit is contained in:
@@ -22,7 +22,7 @@ type InstanceData struct {
|
||||
IPAddress net.IP `json:"ip_address"`
|
||||
}
|
||||
|
||||
func NewDockerInfrastructure(m Manifest) (InfrastructureData, error) {
|
||||
func NewDockerInfrastructureData(m Manifest) (InfrastructureData, error) {
|
||||
netAddress := networkIPv4
|
||||
if m.IPv6 {
|
||||
netAddress = networkIPv6
|
||||
|
||||
Reference in New Issue
Block a user