Skip to content

Commit 19ebf79

Browse files
committed
[trezor] fixed the key derivation path
1 parent ce37f8f commit 19ebf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/readpassword/trezor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020
trezorDummyKey = "gocryptfs.trezorgocryptfs.trezor"
2121
trezorNonce = "" // the "nonce" is optional and has no use in here
2222
trezorKeyName = "gocryptfs"
23-
trezorKeyDerivationPath = `m/10019'/0'/0'/0'`
23+
trezorKeyDerivationPath = `m/10019'/0'`
2424
)
2525

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

0 commit comments

Comments
 (0)