From b1c278869686ce3af2a573f634ec4f16d7ee4cd2 Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Fri, 26 Jan 2018 14:17:08 -0600 Subject: [PATCH] hotfix(sync): remove deposit while sync --- app/components/LndSyncing/LndSyncing.js | 22 ---------------------- app/package.json | 4 ++-- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/app/components/LndSyncing/LndSyncing.js b/app/components/LndSyncing/LndSyncing.js index d76b75e0..67d487c5 100644 --- a/app/components/LndSyncing/LndSyncing.js +++ b/app/components/LndSyncing/LndSyncing.js @@ -85,28 +85,6 @@ class LndSyncing extends Component { } - -
-
-

Fund your Zap wallet

-

Deposit to your wallet while your node is syncing so autopilot can start working magic for you

-
-
-
- - { - addressLoading ? - 'Loading...' - : - address - } - - - - -
-
-
) } diff --git a/app/package.json b/app/package.json index a80cdc04..88a2b628 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "zap-desktop", - "productName": "zap-desktop", - "version": "0.0.1", + "productName": "ZapDesktop", + "version": "0.1.0", "description": "desktop application for the lightning network", "main": "./main.prod.js", "author": {