Browse Source
refactor: remove unused method call
renovate/lint-staged-8.x
Tom Kirkpatrick
6 years ago
No known key found for this signature in database
GPG Key ID: 72203A8EC5967EA8
2 changed files with
1 additions and
3 deletions
-
app/lib/lnd/methods/index.js
-
app/reducers/info.js
|
|
@ -28,7 +28,7 @@ export default function(lnd, log, event, msg, data) { |
|
|
|
event.sender.send('receiveCryptocurrency', infoData.chains[0]) |
|
|
|
return infoData |
|
|
|
}) |
|
|
|
.catch(() => event.sender.send('infoFailed')) |
|
|
|
.catch(error => log.error('info:', error)) |
|
|
|
break |
|
|
|
case 'describeNetwork': |
|
|
|
networkController |
|
|
|
|
|
@ -72,8 +72,6 @@ const networks = { |
|
|
|
unitPrefix: '' |
|
|
|
} |
|
|
|
} |
|
|
|
// IPC info fetch failed
|
|
|
|
// export const infoFailed = (event, data) => dispatch => {}
|
|
|
|
|
|
|
|
// ------------------------------------
|
|
|
|
// Action Handlers
|
|
|
|