Skip to content

Commit

Permalink
fix: go error
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Oct 31, 2024
1 parent 276d2cd commit 3ff85e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go-peer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 3ff85e5

Please sign in to comment.