diff --git a/internal/readpassword/trezor.go b/internal/readpassword/trezor.go index 5f773886..c0cc450a 100644 --- a/internal/readpassword/trezor.go +++ b/internal/readpassword/trezor.go @@ -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) {