Skip to content

Commit

Permalink
Merge branch 'v1.3.0' of https://github.com/BhaagBoseDK/lndg into vsdev
Browse files Browse the repository at this point in the history
  • Loading branch information
BhaagBoseDK committed Aug 25, 2022
2 parents b941148 + c20d536 commit f98049e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def home(request):
'node_info': node_info,
'total_channels': total_channels,
'balances': balances,
'total_balance': balances.total_balance + sum_outbound + pending_open_balance,
'total_balance': balances.total_balance + sum_outbound + pending_open_balance + limbo_balance + private_outbound,
'payments': payments.annotate(ppm=Round((Sum('fee')*1000000)/Sum('value'), output_field=IntegerField())).order_by('-creation_date')[:21],
'invoices': invoices.order_by('-creation_date')[:21],
'forwards': forwards[:21],
Expand Down

0 comments on commit f98049e

Please sign in to comment.