aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dex/backend.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/backend.go b/dex/backend.go
index c0cfe3d7f..2d4c43547 100644
--- a/dex/backend.go
+++ b/dex/backend.go
@@ -173,7 +173,7 @@ func New(ctx *node.ServiceContext, config *Config) (*Dexon, error) {
}
func (s *Dexon) Protocols() []p2p.Protocol {
- return nil
+ return s.protocolManager.SubProtocols
}
func (s *Dexon) APIs() []rpc.API {