From 357f1c935ddd336e089a4b97c9e3c76094315e7a Mon Sep 17 00:00:00 2001 From: mcrakhman Date: Mon, 3 Apr 2023 13:01:58 +0200 Subject: [PATCH] Update derivation path comment --- util/crypto/mnemonic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/crypto/mnemonic.go b/util/crypto/mnemonic.go index bbdc5628..f70b911b 100644 --- a/util/crypto/mnemonic.go +++ b/util/crypto/mnemonic.go @@ -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'" )