diff --git a/app/components/LndSyncing/LndSyncing.js b/app/components/LndSyncing/LndSyncing.js index a834e1b6..ba8cbdc9 100644 --- a/app/components/LndSyncing/LndSyncing.js +++ b/app/components/LndSyncing/LndSyncing.js @@ -1,7 +1,5 @@ import React, { Component } from 'react' import PropTypes from 'prop-types' -import copy from 'copy-to-clipboard' -import { showNotification } from 'notifications' import styles from './LndSyncing.scss' @@ -79,8 +77,7 @@ LndSyncing.propTypes = { syncPercentage: PropTypes.oneOfType([ PropTypes.number, PropTypes.string - ]).isRequired, - grpcStarted: PropTypes.bool.isRequired + ]).isRequired } export default LndSyncing diff --git a/app/main.dev.js b/app/main.dev.js index b0654d28..8f36bd26 100644 --- a/app/main.dev.js +++ b/app/main.dev.js @@ -141,7 +141,6 @@ const startLnd = () => { '--bitcoin.testnet', '--bitcoin.node=neutrino', '--neutrino.connect=btcd.jackmallers.com:18333', - '--neutrino.connect=127.0.0.1:18333', '--autopilot.active', '--debuglevel=debug', '--noencryptwallet'