Browse Source

fix(channels): correct property for waiting_close_channels object

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
01b30ee92c
  1. 2
      app/components/Contacts/Network.js

2
app/components/Contacts/Network.js

@ -130,7 +130,7 @@ class Network extends Component {
} }
// if the channel is in waiting_close_channels phase // if the channel is in waiting_close_channels phase
if (Object.prototype.hasOwnProperty.call(statusChannel, 'waiting_close_channels')) { if (Object.prototype.hasOwnProperty.call(statusChannel, 'limbo_balance')) {
return 'closing' return 'closing'
} }

Loading…
Cancel
Save