From 4eb140dd429ecffd6e087b282b0e78c8c0bfd371 Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Mon, 27 Aug 2018 11:44:06 -0500 Subject: [PATCH] fix(channels): closing channels link to closing_txid --- app/components/Contacts/Network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Contacts/Network.js b/app/components/Contacts/Network.js index 598abca0..839cf518 100644 --- a/app/components/Contacts/Network.js +++ b/app/components/Contacts/Network.js @@ -280,7 +280,7 @@ class Network extends Component { onClick={() => blockExplorer.showTransaction( network, - channel.channel_point.split(':')[0] + channelObj.closing_txid || channel.channel_point.split(':')[0] ) } >