Skip to content

Commit

Permalink
feat(webapp): Show settle txid on channel screen
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Mar 18, 2024
1 parent dddc6c3 commit 161a034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/frontend/lib/settings/channel_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ class _ChannelDetailWidgetState extends State<ChannelDetailWidget> {
buildCopyableTxId(context, "Funding TxId", widget.channel.fundTxid),
buildCopyableTxId(context, "Buffer TxId", widget.channel.bufferTxid),
buildCopyableTxId(context, "Close TxId", widget.channel.closeTxid),
buildCopyableTxId(context, "Settle TxId", widget.channel.settleTxid),
Visibility(
visible: widget.channel.channelState == ChannelState.signed &&
widget.channel.signedChannelState != null &&
Expand Down

0 comments on commit 161a034

Please sign in to comment.