Skip to content

Commit

Permalink
spy: respect --port if set (wormhole-foundation#4139)
Browse files Browse the repository at this point in the history
  • Loading branch information
pires authored Oct 23, 2024
1 parent 7becfa1 commit b9c3149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/cmd/spy/spy.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ func runSpy(cmd *cobra.Command, args []string) {
gst,
rootCtxCancel,
p2p.WithSignedVAAListener(signedInC),
p2p.WithComponents(components),
)
if err != nil {
return err
Expand Down

0 comments on commit b9c3149

Please sign in to comment.