lntest: make DBPath aware of active net
This commit is contained in:
parent
c0fadcc89b
commit
cba0854230
@ -126,7 +126,8 @@ func (cfg nodeConfig) RESTAddr() string {
|
||||
}
|
||||
|
||||
func (cfg nodeConfig) DBPath() string {
|
||||
return filepath.Join(cfg.DataDir, "graph", "simnet/channel.db")
|
||||
return filepath.Join(cfg.DataDir, "graph",
|
||||
fmt.Sprintf("%v/channel.db", cfg.NetParams.Name))
|
||||
}
|
||||
|
||||
// genArgs generates a slice of command line arguments from the lightning node
|
||||
|
Loading…
Reference in New Issue
Block a user