omnilaboratory / obd

OmniBOLT daemon, a golang implementation of OmniBOLT spec, the smart assets lightning network.
MIT License
213 stars 21 forks source link

Specify data directory #29

Closed johng closed 3 years ago

johng commented 3 years ago

closes #28

neocarmack commented 3 years ago

"dataDirectory" specifies the local database directory. If null, use the default project path. But we need to check if GetGlobalDB() in dbManage.go is the only place that is affected.