mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-22 07:24:23 +01:00
add open height to channel details
This commit is contained in:
@@ -11,6 +11,7 @@ public record ChannelDetailsDto(
|
||||
String channelIdCompact,
|
||||
String channelIdCompactLnd,
|
||||
ChannelPoint channelPoint,
|
||||
int openHeight,
|
||||
Pubkey remotePubkey,
|
||||
String remoteAlias,
|
||||
String capacity,
|
||||
@@ -29,6 +30,7 @@ public record ChannelDetailsDto(
|
||||
localChannel.getId().getCompactForm(),
|
||||
localChannel.getId().getCompactFormLnd(),
|
||||
localChannel.getChannelPoint(),
|
||||
localChannel.getId().getBlockHeight(),
|
||||
localChannel.getRemotePubkey(),
|
||||
remoteAlias,
|
||||
String.valueOf(localChannel.getCapacity().satoshis()),
|
||||
|
||||
Reference in New Issue
Block a user