summaryrefslogtreecommitdiff
path: root/config/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.go')
-rw-r--r--config/config.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/config.go b/config/config.go
index ad363f364..a8beb0580 100644
--- a/config/config.go
+++ b/config/config.go
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Algorand, Inc.
+// Copyright (C) 2019-2024 Algorand, Inc.
// This file is part of go-algorand
//
// go-algorand is free software: you can redistribute it and/or modify
@@ -145,10 +145,7 @@ func mergeConfigFromFile(configpath string, source Local) (Local, error) {
err = loadConfig(f, &source)
- // For now, all relays (listening for incoming connections) are also Archival
- // We can change this logic in the future, but it's currently the sanest default.
if source.NetAddress != "" {
- source.Archival = true
source.EnableLedgerService = true
source.EnableBlockService = true