Browse Source

fix(pending-contacts): remove time estimate for pending contacts as blocks_till_open was removed from LND

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

2
app/components/Contacts/PendingContact.js

@ -13,7 +13,7 @@ const PendingContact = ({ channel }) => (
<span> <span>
Pending Pending
<i onClick={() => shell.openExternal(`${'https://testnet.smartbit.com.au'}/tx/${channel.channel.channel_point.split(':')[0]}`)}> <i onClick={() => shell.openExternal(`${'https://testnet.smartbit.com.au'}/tx/${channel.channel.channel_point.split(':')[0]}`)}>
(~{channel.blocks_till_open * 10} minutes) (Details)
</i> </i>
</span> </span>
</p> </p>

Loading…
Cancel
Save