Skip to content

Commit 6f5d651

Browse files
authored
fix: add privateNodes.enabled pro check (#2981)
1 parent 9bd4580 commit 6f5d651

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/config.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,10 @@ func (c *Config) IsProFeatureEnabled() bool {
841841
return true
842842
}
843843

844+
if c.PrivateNodes.Enabled {
845+
return true
846+
}
847+
844848
return false
845849
}
846850

0 commit comments

Comments
 (0)