lnwallet/btcwallet/config: add CoinType to configuration
This commit is contained in:
parent
e760963ead
commit
fbef815530
@ -75,6 +75,9 @@ type Config struct {
|
|||||||
|
|
||||||
// NetParams is the net parameters for the target chain.
|
// NetParams is the net parameters for the target chain.
|
||||||
NetParams *chaincfg.Params
|
NetParams *chaincfg.Params
|
||||||
|
|
||||||
|
// CoinType specifies the BIP 44 coin type to be used for derivation.
|
||||||
|
CoinType uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
// NetworkDir returns the directory name of a network directory to hold wallet
|
// NetworkDir returns the directory name of a network directory to hold wallet
|
||||||
|
Loading…
Reference in New Issue
Block a user