@cryptotaxi247 / kubo / commits / 56f5a123d

update ipfs key default type

Petar Maymounkov committed Aug 19, 2020 at 14:50 UTC 56f5a123d90ed0166ad369cd2fed2e1abb8e68b0
1 file changed +1 -1
core/commands/keystore.go
+1 -1
@@ -68,7 +68,7 @@ type KeyRenameOutput struct {
68 }
69
70 const (
71 - keyStoreAlgorithmDefault = options.RSAKey
71 + keyStoreAlgorithmDefault = options.Ed25519Key
72 keyStoreTypeOptionName = "type"
73 keyStoreSizeOptionName = "size"
74 oldKeyOptionName = "oldkey"