1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-11 18:20:28 +09:00

Update derivation path comment

This commit is contained in:
mcrakhman 2023-04-03 13:01:58 +02:00
parent 7258df1c2d
commit 357f1c935d
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B

View file

@ -14,7 +14,7 @@ var (
const (
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'"
)