mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-21 23:14:27 +01:00
add "sourced" fees to fee report
This commit is contained in:
@@ -110,7 +110,7 @@ public class NodeController {
|
||||
}
|
||||
|
||||
private FeeReportDto getFeeReportDto(Pubkey pubkey) {
|
||||
return new FeeReportDto(feeService.getEarnedFeesForPeer(pubkey));
|
||||
return new FeeReportDto(feeService.getEarnedFeesForPeer(pubkey), feeService.getSourcedFeesForPeer(pubkey));
|
||||
}
|
||||
|
||||
private List<ChannelId> toSortedList(Set<? extends Channel> channels) {
|
||||
|
||||
Reference in New Issue
Block a user