From 147517c07ae964aa27c1ec009dd73d133aa301a8 Mon Sep 17 00:00:00 2001 From: G Date: Fri, 18 Oct 2019 08:53:12 -0400 Subject: [PATCH] Update api.properties add ```action_getblockhash=stats``` to api.properties template so it is generated for a new install. --- cyphernodeconf_docker/templates/gatekeeper/api.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cyphernodeconf_docker/templates/gatekeeper/api.properties b/cyphernodeconf_docker/templates/gatekeeper/api.properties index f2f4739..2987271 100644 --- a/cyphernodeconf_docker/templates/gatekeeper/api.properties +++ b/cyphernodeconf_docker/templates/gatekeeper/api.properties @@ -8,6 +8,7 @@ action_helloworld=stats action_getblockchaininfo=stats action_installation_info=stats action_getmempoolinfo=stats +action_getblockhash=stats # Watcher can: action_watch=watcher @@ -57,4 +58,4 @@ action_ln_connectfund=spender action_conf=internal action_newblock=internal action_executecallbacks=internal -action_ots_backoffice=internal \ No newline at end of file +action_ots_backoffice=internal