diff --git a/util/crypto/mnemonic.go b/util/crypto/mnemonic.go index 07fe0260..bbdc5628 100644 --- a/util/crypto/mnemonic.go +++ b/util/crypto/mnemonic.go @@ -14,8 +14,8 @@ var ( const ( anytypeAccountOldPrefix = "m/44'/607'" - // TODO: actually approve this - anytypeAccountNewPrefix = "m/44'/123456'" + // TODO: https://github.com/satoshilabs/slips/pull/1528 + anytypeAccountNewPrefix = "m/44'/2046'" ) type DerivationResult struct {