We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce37f8f commit 19ebf79Copy full SHA for 19ebf79
internal/readpassword/trezor.go
@@ -20,7 +20,7 @@ const (
20
trezorDummyKey = "gocryptfs.trezorgocryptfs.trezor"
21
trezorNonce = "" // the "nonce" is optional and has no use in here
22
trezorKeyName = "gocryptfs"
23
- trezorKeyDerivationPath = `m/10019'/0'/0'/0'`
+ trezorKeyDerivationPath = `m/10019'/0'`
24
)
25
26
func trezorGetPin(title, description, ok, cancel string) ([]byte, error) {
0 commit comments