nodeCloseModule needs to be kept for downstream
This commit is contained in:
parent
7022345b8f
commit
aa7e6f8d86
|
@ -145,6 +145,10 @@ func (n *nodeCloseModule) ReferenceableAddrs() []addrs.Referenceable {
|
|||
}
|
||||
}
|
||||
|
||||
func (n *nodeCloseModule) TargetDownstream(targeted, untargeted dag.Set) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func (n *nodeCloseModule) Name() string {
|
||||
if len(n.Addr) == 0 {
|
||||
return "root"
|
||||
|
|
Loading…
Reference in New Issue