legacy: include balance in output

This commit is contained in:
Carsten Otto
2022-06-02 13:15:59 +02:00
parent c6a646bafc
commit 74dc369381
2 changed files with 8 additions and 4 deletions

View File

@@ -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));