mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01:00
Cleanup
This commit is contained in:
parent
3041affe2c
commit
38a69c7711
@ -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),
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user