From b3777d0c97c3108208d70ed47ea992f4108aaf2f Mon Sep 17 00:00:00 2001 From: kexkey Date: Tue, 19 Feb 2019 14:55:48 -0500 Subject: [PATCH] getactivewatches xpub label in gatekeeper --- api_auth_docker/api-sample.properties | 2 ++ install/generator-cyphernode/generators/app/index.js | 2 ++ 2 files changed, 4 insertions(+) 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