Use ed25519 by default for network keys (#2290)

This commit is contained in:
Pierre Krieger
2019-04-17 12:03:00 +02:00
committed by Bastian Köcher
parent 450c03d03e
commit 0ae060d4d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ pub struct NodeKeyParams {
raw(
possible_values = "&NodeKeyType::variants()",
case_insensitive = "true",
default_value = r#""Secp256k1""#
default_value = r#""Ed25519""#
)
)]
pub node_key_type: NodeKeyType,