diff --git a/main.go b/main.go index 874ca6a..eaeb372 100644 --- a/main.go +++ b/main.go @@ -569,7 +569,7 @@ share the same seed as long as the indexes are different. routerFilterProtocols = append(routerFilterProtocols, httpRouterGatewayProtocol) fmt.Printf("HTTP block-retrievals enabled. Workers: %d. Allowlist set: %t\n", httpRetrievalWorkers, - len(httpRetrievalAllowlist) == 0, + len(httpRetrievalAllowlist) != 0, ) }