Update key path

This commit is contained in:
mcrakhman 2023-04-03 10:21:28 +02:00
parent 13df75d0e0
commit 7258df1c2d
No known key found for this signature in database
GPG Key ID: DED12CFEF5B8396B

View File

@ -14,8 +14,8 @@ var (
const ( const (
anytypeAccountOldPrefix = "m/44'/607'" anytypeAccountOldPrefix = "m/44'/607'"
// TODO: actually approve this // TODO: https://github.com/satoshilabs/slips/pull/1528
anytypeAccountNewPrefix = "m/44'/123456'" anytypeAccountNewPrefix = "m/44'/2046'"
) )
type DerivationResult struct { type DerivationResult struct {