BlueWallet / LndHub

Wrapper for Lightning Network Daemon. It provides separate accounts for end-users
http://LndHub.io
MIT License
750 stars 182 forks source link

fix: displays correct wallet balance when running on regtest without bitcoin core #380

Open bilthon opened 2 years ago

bilthon commented 2 years ago

This is done by simply introducing the desired network in the configuration file.

This solves issue #379.