Skip to content

Commit

Permalink
fix return of correct dmsg discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Oct 4, 2024
1 parent b325fc9 commit c6de4b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/dmsg/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ const (
// DiscAddr returns the address of the dmsg discovery
func DiscAddr(testenv bool) string {
if testenv {
return skywire.Prod.DmsgDiscovery

return skywire.Test.DmsgDiscovery
}
return skywire.Test.DmsgDiscovery
return skywire.Prod.DmsgDiscovery
}

0 comments on commit c6de4b6

Please sign in to comment.