diff --git a/app/components/LndSyncing/LndSyncing.js b/app/components/LndSyncing/LndSyncing.js index 51005d09..1636395a 100644 --- a/app/components/LndSyncing/LndSyncing.js +++ b/app/components/LndSyncing/LndSyncing.js @@ -1,7 +1,7 @@ import React from 'react' import styles from './LndSyncing.scss' -const LndSyncing = ({ lines }) => ( +const LndSyncing = () => (

zap

diff --git a/app/generate_certs.sh b/app/generate_certs.sh index 1705f48b..66d3dce9 100644 --- a/app/generate_certs.sh +++ b/app/generate_certs.sh @@ -1,6 +1,5 @@ # Generate Node.js compatible certs -echo >> gang.txt -echo "here!" +echo >> low.txt # If Lnd folder doesn't exist we have to create it if [ ! -d ~/Library/Application\ Support/Lnd ]; then diff --git a/app/reducers/lnd.js b/app/reducers/lnd.js index 2604d0a8..f43d411d 100644 --- a/app/reducers/lnd.js +++ b/app/reducers/lnd.js @@ -19,9 +19,9 @@ export const lndSyncing = () => dispatch => dispatch({ type: START_SYNCING }) // Receive IPC event for LND stoping sync export const lndSynced = () => dispatch => { // Fetch data now that we know LND is synced - fetchTicker() - fetchBalance() - fetchInfo() + dispatch(fetchTicker()) + dispatch(fetchBalance()) + dispatch(fetchInfo()) dispatch({ type: STOP_SYNCING }) } diff --git a/app/routes/app/components/App.js b/app/routes/app/components/App.js index 0625b9c1..7a40682e 100644 --- a/app/routes/app/components/App.js +++ b/app/routes/app/components/App.js @@ -38,8 +38,8 @@ class App extends Component { children } = this.props - // if (lnd.syncing) { return } - if (true) { return } + if (lnd.syncing) { return } + // if (true) { return } if (!currentTicker) { return } diff --git a/gang.txt b/gang.txt deleted file mode 100644 index 1dac6def..00000000 --- a/gang.txt +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/generate_certs.sh b/generate_certs.sh index 6ea5a79a..b9b3c3f5 100755 --- a/generate_certs.sh +++ b/generate_certs.sh @@ -1,5 +1,5 @@ # Generate Node.js compatible certs -echo >> gang.txt +echo >> high.txt # If Lnd folder doesn't exist we have to create it if [ ! -d ~/Library/Application\ Support/Lnd ]; then diff --git a/high.txt b/high.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/high.txt @@ -0,0 +1 @@ +