Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #720 from LN-Zap/fix/closing-channel-link
Browse files Browse the repository at this point in the history
fix(channels): closing channels link to closing_txid
  • Loading branch information
mrfelton committed Aug 30, 2018
2 parents 2931eff + 4eb140d commit 22451bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Contacts/Network.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
)
}
>
Expand Down

0 comments on commit 22451bf

Please sign in to comment.