This commit is contained in:
Manfred Karrer 2016-12-10 03:11:50 +01:00
parent 3041affe2c
commit 38a69c7711
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ public class BitcoinDeterministicKeyChain extends DeterministicKeyChain {
private static final Logger log = LoggerFactory.getLogger(BitcoinDeterministicKeyChain.class);
// See https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki
// https://github.com/satoshilabs/slips/blob/master/slip-0044.md
// We use 0 (0x80000000) as coin_type for BTC
public static ImmutableList<ChildNumber> BIP44_BTC_ACCOUNT_PATH = ImmutableList.of(
new ChildNumber(44, true),

View File

@ -34,7 +34,7 @@ public class SquDeterministicKeyChain extends DeterministicKeyChain {
// See https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki
// https://github.com/satoshilabs/slips/blob/master/slip-0044.md
// We use 139 (0x80000000) as coin_type for BTC
// We use 139 (0x80000000) as coin_type for SQU
// TODO register once the token name is fix
public static ImmutableList<ChildNumber> BIP44_SQU_ACCOUNT_PATH = ImmutableList.of(
new ChildNumber(44, true),