mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 10:47:51 +08:00
update ipfs key default type
This commit is contained in:
parent
00e33f68f6
commit
56f5a123d9
@ -68,7 +68,7 @@ type KeyRenameOutput struct {
|
||||
}
|
||||
|
||||
const (
|
||||
keyStoreAlgorithmDefault = options.RSAKey
|
||||
keyStoreAlgorithmDefault = options.Ed25519Key
|
||||
keyStoreTypeOptionName = "type"
|
||||
keyStoreSizeOptionName = "size"
|
||||
oldKeyOptionName = "oldkey"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user