Skip to content

Commit ff2e5e4

Browse files
authored
Merge pull request #6114 from mysteriumnetwork/fix-unregister-format
Make proposal-unregister topic the same format as other topics
2 parents 0aa8b2d + 5cc9e9d commit ff2e5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/discovery/brokerdiscovery/messaging_unregister.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type unregisterMessage struct {
2929
Proposal market.ServiceProposal `json:"proposal"`
3030
}
3131

32-
const unregisterEndpoint = communication.MessageEndpoint("proposal-unregister.v3")
32+
const unregisterEndpoint = communication.MessageEndpoint("*.proposal-unregister.v3")
3333

3434
// unregisterProducer
3535
type unregisterProducer struct {

0 commit comments

Comments
 (0)