From 5403a2c8dbf5b0972e5e418b7628f00ecad3287b Mon Sep 17 00:00:00 2001 From: Pires Date: Sat, 19 Oct 2024 00:49:40 +0100 Subject: [PATCH] spy: respect --port if set --- node/cmd/spy/spy.go | 1 + 1 file changed, 1 insertion(+) diff --git a/node/cmd/spy/spy.go b/node/cmd/spy/spy.go index 260488dc7b..0cb6378ada 100644 --- a/node/cmd/spy/spy.go +++ b/node/cmd/spy/spy.go @@ -395,6 +395,7 @@ func runSpy(cmd *cobra.Command, args []string) { gst, rootCtxCancel, p2p.WithSignedVAAListener(signedInC), + p2p.WithComponents(components), ) if err != nil { return err