dashpay / sentinel

DashCore Sentinel Engine
https://www.dash.org
MIT License
32 stars 193 forks source link

Remove Sentinel network variable #102

Closed nmarley closed 2 years ago

nmarley commented 2 years ago

Please see individual commits. This PR removes the need for a hard-coded network value in sentinel.conf.

I tried offloading this to dashd entirely, but it got complicated b/c address validation is still needed for SB triggers, and the unit tests have no way to call to a dashd instance.