From 7bb05a6c339774d260e22943241dd54ce0d8c97e Mon Sep 17 00:00:00 2001 From: SKP Date: Sun, 7 Apr 2019 16:51:06 +0200 Subject: [PATCH] removed all traces of spark wallet from core features --- dist/apps/sparkwallet/cookie | 1 + dist/apps/sparkwallet/docker-compose.yaml | 2 +- .../generators/app/prompters/100_lightning.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 dist/apps/sparkwallet/cookie diff --git a/dist/apps/sparkwallet/cookie b/dist/apps/sparkwallet/cookie new file mode 100644 index 0000000..c9558e6 --- /dev/null +++ b/dist/apps/sparkwallet/cookie @@ -0,0 +1 @@ +cyphernode:sparkwallet:FoeDdQw5yl7pPfqdlGy3OEk/txGqyJjSbVtffhzs7kc= diff --git a/dist/apps/sparkwallet/docker-compose.yaml b/dist/apps/sparkwallet/docker-compose.yaml index 35e8979..abfa627 100644 --- a/dist/apps/sparkwallet/docker-compose.yaml +++ b/dist/apps/sparkwallet/docker-compose.yaml @@ -6,7 +6,7 @@ services: image: cyphernode/sparkwallet:v0.2.3-local volumes: - "$LIGHTNING_DATAPATH/:/etc/lightning" - - "$LIGHTNING_DATAPATH/sparkwallet:/data" + - "$APP_SCRIPT_PATH/cookie:/data/spark/cookie" - "$GATEKEEPER_DATAPATH/htpasswd:/htpasswd/htpasswd" labels: - "traefik.docker.network=cyphernodeappsnet" diff --git a/install/generator-cyphernode/generators/app/prompters/100_lightning.js b/install/generator-cyphernode/generators/app/prompters/100_lightning.js index 222c472..fb7becb 100644 --- a/install/generator-cyphernode/generators/app/prompters/100_lightning.js +++ b/install/generator-cyphernode/generators/app/prompters/100_lightning.js @@ -17,7 +17,7 @@ const featureCondition = function(props) { const templates = { 'lnd': [ path.join('lnd','lnd.conf') ], - 'c-lightning': [ path.join('c-lightning','config'), path.join('c-lightning','bitcoin.conf'), path.join('c-lightning','cookie') ] + 'c-lightning': [ path.join('c-lightning','config'), path.join('c-lightning','bitcoin.conf') ] }; module.exports = {