Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
hotfix(sync): remove deposit while sync
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyMow committed Jan 26, 2018
1 parent 789c7c6 commit b1c2788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
22 changes: 0 additions & 22 deletions app/components/LndSyncing/LndSyncing.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,28 +85,6 @@ class LndSyncing extends Component {
}
</ul>
</div>

<div className={styles.footer}>
<section>
<h2>Fund your Zap wallet</h2>
<p>Deposit to your wallet while your node is syncing so autopilot can start working magic for you</p>
</section>
<section>
<div className={styles.address}>
<span>
{
addressLoading ?
'Loading...'
:
address
}
</span>
<span className='hint--left' data-hint='Copy Address' onClick={copyOnClick}>
<FaCopy />
</span>
</div>
</section>
</div>
</div>
)
}
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b1c2788

Please sign in to comment.