Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eb5e807

Browse files
committedMar 31, 2023
revert plaintext
Signed-off-by: turuslan <[email protected]>
1 parent 91ac771 commit eb5e807

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎core/injector/application_injector.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,7 @@ namespace {
762762
libp2p::injector::makeHostInjector(
763763
libp2p::injector::useWssPem(config->nodeWssPem()),
764764
libp2p::injector::useSecurityAdaptors<
765-
libp2p::security::Noise,
766-
libp2p::security::Plaintext>()[di::override]),
765+
libp2p::security::Noise>()[di::override]),
767766

768767
// inherit kademlia injector
769768
libp2p::injector::makeKademliaInjector(),

0 commit comments

Comments
 (0)
Please sign in to comment.