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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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] |
|
|
|
) |
|
|
|
} |
|
|
|
> |
|
|
|