Skip to content

Commit

Permalink
update ipfs key default type
Browse files Browse the repository at this point in the history
  • Loading branch information
petar committed Aug 19, 2020
1 parent 00e33f6 commit 56f5a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/keystore.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type KeyRenameOutput struct {
}

const (
keyStoreAlgorithmDefault = options.RSAKey
keyStoreAlgorithmDefault = options.Ed25519Key
keyStoreTypeOptionName = "type"
keyStoreSizeOptionName = "size"
oldKeyOptionName = "oldkey"
Expand Down

0 comments on commit 56f5a12

Please sign in to comment.