From 2d3e856439cfe5132abf66a9bd9e4ca00ee6da8b Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Fri, 11 Jul 2025 00:15:01 +1000 Subject: [PATCH] Make webseed.PrintDebug a var --- webseed/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webseed/client.go b/webseed/client.go index 4d774732..3fec2543 100644 --- a/webseed/client.go +++ b/webseed/client.go @@ -26,7 +26,7 @@ import ( const MaxDiscardBytes = 48 << 10 // Output debug information to stdout. -const PrintDebug = false +var PrintDebug = false type RequestSpec = segments.Extent -- 2.51.0