talaia-labs / python-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia.watch
MIT License
100 stars 15 forks source link

Refuse to run if unknown config parameters are found #285

Closed sr-gi closed 3 years ago

sr-gi commented 3 years ago

Unknown configuration values from the config file were ignored silently. From now on we'll report and refuse to run if any is found.

Partially addresses #283