From c66875752242bf95bf4a31c187fd76e9a40ab205 Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Tue, 9 Jan 2018 13:38:20 -0600 Subject: [PATCH] fix(pending-contacts): remove time estimate for pending contacts as blocks_till_open was removed from LND --- app/components/Contacts/PendingContact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Contacts/PendingContact.js b/app/components/Contacts/PendingContact.js index 7502e8b2..9191ab49 100644 --- a/app/components/Contacts/PendingContact.js +++ b/app/components/Contacts/PendingContact.js @@ -13,7 +13,7 @@ const PendingContact = ({ channel }) => ( Pending shell.openExternal(`${'https://testnet.smartbit.com.au'}/tx/${channel.channel.channel_point.split(':')[0]}`)}> - (~{channel.blocks_till_open * 10} minutes) + (Details)