Update key path

This commit is contained in:
mcrakhman 2023-04-03 10:21:28 +02:00 committed by Mikhail Iudin
parent 7013c79d09
commit 299362793c
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

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 {