Skip to content

Commit

Permalink
p2p: fix dht-hybrid merge (#5833)
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy authored Nov 15, 2023
1 parent b6f8a69 commit 51a1b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/p2p/p2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func MakeService(ctx context.Context, log logging.Logger, cfg config.Local, data
streams: sm,
pubsub: ps,
pubsubCtx: ctx,
privKey: privKey,
privKey: pstore.PrivKey(h.ID()),
topics: make(map[string]*pubsub.Topic),
}, nil
}
Expand Down

0 comments on commit 51a1b9d

Please sign in to comment.