Browse Source

Merge pull request #720 from LN-Zap/fix/closing-channel-link

fix(channels): closing channels link to closing_txid
renovate/lint-staged-8.x
Tom Kirkpatrick 6 years ago
committed by GitHub
parent
commit
22451bfef0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/components/Contacts/Network.js

2
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]
)
}
>

Loading…
Cancel
Save