mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
Use ed25519 by default for network keys (#2290)
This commit is contained in:
committed by
Bastian Köcher
parent
450c03d03e
commit
0ae060d4d1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user