Browse Source

hotfix(sync): remove deposit while sync

renovate/lint-staged-8.x v0.1.0-beta
Jack Mallers 7 years ago
parent
commit
b1c2788696
  1. 22
      app/components/LndSyncing/LndSyncing.js
  2. 4
      app/package.json

22
app/components/LndSyncing/LndSyncing.js

@ -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>
)
}

4
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": {

Loading…
Cancel
Save