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

Commit

Permalink
Merge 4eb140d into f1ad88e
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyMow committed Aug 27, 2018
2 parents f1ad88e + 4eb140d commit 1ad5bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Contacts/Network.js
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 1ad5bfb

Please sign in to comment.