Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
KEP-782: crypto requirement enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelsavannah committed Feb 19, 2019
1 parent 653ade7 commit 4355f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/simple_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ simple_options::build_options()
po::value<std::string>()->default_value(".state/private-key.pem"),
"private key of this node")
(CRYPTO_ENABLED_INCOMING.c_str(),
po::value<bool>()->default_value(false),
po::value<bool>()->default_value(true),
"check signatures on incoming messages")
(CRYPTO_ENABLED_OUTGOING.c_str(),
po::value<bool>()->default_value(true),
Expand Down

0 comments on commit 4355f89

Please sign in to comment.