mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-08 20:28:04 +02:00
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 *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
|
||||
|
Loading…
x
Reference in New Issue
Block a user