omnilaboratory / obd

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

Support regtest #12

Closed johng closed 3 years ago

johng commented 4 years ago

Currently the only supported options are testnet/mainnet. Regtest is very useful for testing locally and should be supported.

One option this can be supported is in the chain configuration for btcd. chaincfg.Params. There is an explicit simnet variable that obd doesn't use

https://github.com/omnilaboratory/obd/blob/3c095a765f2c80c9a248288ede6569de7e991b89/service/addrtool_hdwallet.go#L47

neocarmack commented 3 years ago

Is this still a pending issue? we will add Regtest soon

johng commented 3 years ago

Solved