From 400ef69e223352f058981f636554ae2920f270fc Mon Sep 17 00:00:00 2001 From: kexkey Date: Mon, 7 Jan 2019 22:44:00 -0500 Subject: [PATCH] Update bitcoin.conf --- .../generators/app/templates/bitcoin/bitcoin.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/generator-cyphernode/generators/app/templates/bitcoin/bitcoin.conf b/install/generator-cyphernode/generators/app/templates/bitcoin/bitcoin.conf index c02e2fc..62462b7 100644 --- a/install/generator-cyphernode/generators/app/templates/bitcoin/bitcoin.conf +++ b/install/generator-cyphernode/generators/app/templates/bitcoin/bitcoin.conf @@ -36,7 +36,7 @@ main.wallet=spending01.dat main.wallet=ln01.dat <% } %> -walletnotify=curl proxy:8888/conf/%s +walletnotify=/usr/bin/curl proxy:8888/conf/%s <% if ( bitcoin_uacomment != null && bitcoin_uacomment != '' ) { %> uacomment=<%= bitcoin_uacomment %>