From 3ff85e59512bca4d35107b22cb5f40cf6e160bc9 Mon Sep 17 00:00:00 2001 From: Daniel N <2color@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:48:22 +0100 Subject: [PATCH] fix: go error --- go-peer/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/go-peer/main.go b/go-peer/main.go index 605a7ef..3799f1b 100644 --- a/go-peer/main.go +++ b/go-peer/main.go @@ -182,7 +182,6 @@ func main() { panic(err) } - _, err = relayv2.New(h) resources := relayv2.DefaultResources() resources.MaxReservations = 256 _, err = relayv2.New(h, relayv2.WithResources(resources))