mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-23 16:04:30 +01:00
legacy: include balance in output
This commit is contained in:
@@ -37,6 +37,7 @@ public class LegacyController {
|
||||
return localOpenChannel.getId().getCompactForm() +
|
||||
"\t" + pubkey +
|
||||
"\t" + localOpenChannel.getCapacity().toStringSat() +
|
||||
"\t" + localOpenChannel.getBalanceInformation().localAvailable().toStringSat() +
|
||||
"\t" + nodeService.getAlias(pubkey);
|
||||
})
|
||||
.collect(Collectors.joining(NEWLINE));
|
||||
|
||||
Reference in New Issue
Block a user