lntest: move default channeldb path
This commit is contained in:
parent
84c947edeb
commit
db7d902bbb
@ -114,7 +114,7 @@ func (cfg nodeConfig) RESTAddr() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (cfg nodeConfig) DBPath() 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
|
// genArgs generates a slice of command line arguments from the lightning node
|
||||||
|
Loading…
Reference in New Issue
Block a user