update ipfs key default type

This commit is contained in:
Petar Maymounkov 2020-08-19 14:50:15 -07:00
parent 00e33f68f6
commit 56f5a123d9

View File

@ -68,7 +68,7 @@ type KeyRenameOutput struct {
}
const (
keyStoreAlgorithmDefault = options.RSAKey
keyStoreAlgorithmDefault = options.Ed25519Key
keyStoreTypeOptionName = "type"
keyStoreSizeOptionName = "size"
oldKeyOptionName = "oldkey"