Browse Source

fix(lint): fix lint errors

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
f669bbaf66
  1. 5
      app/components/LndSyncing/LndSyncing.js
  2. 1
      app/main.dev.js

5
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

1
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'

Loading…
Cancel
Save