Update derivation path comment

This commit is contained in:
mcrakhman 2023-04-03 13:01:58 +02:00 committed by Mikhail Iudin
parent 299362793c
commit b2e0b86584
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -14,7 +14,7 @@ var (
const ( const (
anytypeAccountOldPrefix = "m/44'/607'" anytypeAccountOldPrefix = "m/44'/607'"
// TODO: https://github.com/satoshilabs/slips/pull/1528 // https://github.com/satoshilabs/slips/blob/master/slip-0044.md
anytypeAccountNewPrefix = "m/44'/2046'" anytypeAccountNewPrefix = "m/44'/2046'"
) )