Skip to content

Commit

Permalink
[trezor] fixed the key derivation path
Browse files Browse the repository at this point in the history
  • Loading branch information
xaionaro committed Jun 21, 2018
1 parent ce37f8f commit 19ebf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/readpassword/trezor.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
trezorDummyKey = "gocryptfs.trezorgocryptfs.trezor"
trezorNonce = "" // the "nonce" is optional and has no use in here
trezorKeyName = "gocryptfs"
trezorKeyDerivationPath = `m/10019'/0'/0'/0'`
trezorKeyDerivationPath = `m/10019'/0'`
)

func trezorGetPin(title, description, ok, cancel string) ([]byte, error) {
Expand Down

0 comments on commit 19ebf79

Please sign in to comment.