Fix custom config sub chain

This commit is contained in:
DHR60 2026-03-09 22:51:03 +08:00
parent ef5fee9975
commit d990bbb2ca

View file

@ -227,7 +227,7 @@ public class CoreConfigContextBuilder
{
var result = NodeValidatorResult.Empty();
if (node.Subid.IsNullOrEmpty())
if (node.Subid.IsNullOrEmpty() || node.ConfigType == EConfigType.Custom)
{
return (null, result);
}