nodeCloseModule needs to be kept for downstream

This commit is contained in:
James Bardin 2020-06-10 15:37:15 -04:00
parent 7022345b8f
commit aa7e6f8d86
1 changed files with 4 additions and 0 deletions

View File

@ -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"