Commit 56f5a123 authored by Petar Maymounkov's avatar Petar Maymounkov

update ipfs key default type

parent 00e33f68
......@@ -68,7 +68,7 @@ type KeyRenameOutput struct {
}
const (
keyStoreAlgorithmDefault = options.RSAKey
keyStoreAlgorithmDefault = options.Ed25519Key
keyStoreTypeOptionName = "type"
keyStoreSizeOptionName = "size"
oldKeyOptionName = "oldkey"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment