[lbry] update coin_type to LBC (140)
This commit is contained in:
parent
5c96fa9cda
commit
cedfab95fa
1 changed files with 3 additions and 3 deletions
|
@ -147,14 +147,14 @@ var (
|
||||||
// p2wkh change all change addresses.
|
// p2wkh change all change addresses.
|
||||||
KeyScopeBIP0049Plus = KeyScope{
|
KeyScopeBIP0049Plus = KeyScope{
|
||||||
Purpose: 49,
|
Purpose: 49,
|
||||||
Coin: 0,
|
Coin: 140,
|
||||||
}
|
}
|
||||||
|
|
||||||
// KeyScopeBIP0084 is the key scope for BIP0084 derivation. BIP0084
|
// KeyScopeBIP0084 is the key scope for BIP0084 derivation. BIP0084
|
||||||
// will be used to derive all p2wkh addresses.
|
// will be used to derive all p2wkh addresses.
|
||||||
KeyScopeBIP0084 = KeyScope{
|
KeyScopeBIP0084 = KeyScope{
|
||||||
Purpose: 84,
|
Purpose: 84,
|
||||||
Coin: 0,
|
Coin: 140,
|
||||||
}
|
}
|
||||||
|
|
||||||
// KeyScopeBIP0044 is the key scope for BIP0044 derivation. Legacy
|
// KeyScopeBIP0044 is the key scope for BIP0044 derivation. Legacy
|
||||||
|
@ -162,7 +162,7 @@ var (
|
||||||
// it.
|
// it.
|
||||||
KeyScopeBIP0044 = KeyScope{
|
KeyScopeBIP0044 = KeyScope{
|
||||||
Purpose: 44,
|
Purpose: 44,
|
||||||
Coin: 0,
|
Coin: 140,
|
||||||
}
|
}
|
||||||
|
|
||||||
// DefaultKeyScopes is the set of default key scopes that will be
|
// DefaultKeyScopes is the set of default key scopes that will be
|
||||||
|
|
Loading…
Reference in a new issue