refactor: remove commented-out code for interface configuration in CreateDefaultConfig function

This commit is contained in:
2025-12-30 21:12:51 -06:00
parent ff893945e9
commit cbe2df02ad

View File

@@ -211,7 +211,6 @@ func CreateDefaultConfig(path string) error {
cfg := DefaultConfig()
cfg.ConfigPath = path
// Add Auto Interface
cfg.Interfaces["Auto Discovery"] = &common.InterfaceConfig{
Type: "AutoInterface",
Enabled: true,
@@ -221,7 +220,6 @@ func CreateDefaultConfig(path string) error {
DataPort: 42671,
}
// Add default interfaces
cfg.Interfaces["Go-RNS-Testnet"] = &common.InterfaceConfig{
Type: "TCPClientInterface",
Enabled: true,