Browse Source

fix(channels): closing channels link to closing_txid

renovate/lint-staged-8.x
Jack Mallers 6 years ago
parent
commit
4eb140dd42
  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