Skip to content

protect daemon calls if explorer is built

David Vorick requested to merge DavidVorick-patch-1 into master

This is a dirty hack that protects the daemon calls from being exposed if there is an explorer, that allows the API to be exposed to the web without needing to worry about someone hitting the /daemon/stop button.

The protection is only in place when there is no wallet.

Merge request reports