diff --git a/api_auth_docker/api-sample.properties b/api_auth_docker/api-sample.properties index 616d936..8b3404c 100644 --- a/api_auth_docker/api-sample.properties +++ b/api_auth_docker/api-sample.properties @@ -4,6 +4,8 @@ action_watch=watcher action_unwatch=watcher action_watchxpub=watcher +action_getactivewatchesbyxpub=watcher +action_getactivewatchesbylabel=watcher action_getactivewatches=watcher action_getbestblockhash=watcher action_getbestblockinfo=watcher diff --git a/install/generator-cyphernode/generators/app/index.js b/install/generator-cyphernode/generators/app/index.js index cff9d00..bf60cf2 100644 --- a/install/generator-cyphernode/generators/app/index.js +++ b/install/generator-cyphernode/generators/app/index.js @@ -24,6 +24,8 @@ const defaultAPIProperties = ` action_watch=watcher action_unwatch=watcher action_watchxpub=watcher +action_getactivewatchesbyxpub=watcher +action_getactivewatchesbylabel=watcher action_getactivewatches=watcher action_getbestblockhash=watcher action_getbestblockinfo=watcher