mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
lntest: move default channeldb path
This commit is contained in:
parent
84c947edeb
commit
db7d902bbb
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ func (cfg nodeConfig) RESTAddr() string {
|
|||
}
|
||||
|
||||
func (cfg nodeConfig) DBPath() string {
|
||||
return filepath.Join(cfg.DataDir, cfg.NetParams.Name, "bitcoin/channel.db")
|
||||
return filepath.Join(cfg.DataDir, "graph", "simnet/channel.db")
|
||||
}
|
||||
|
||||
// genArgs generates a slice of command line arguments from the lightning node
|
||||
|
|
Loading…
Add table
Reference in a new issue