wallet get_full_history: add from/to_height info to summary

This commit is contained in:
SomberNight 2019-02-12 19:38:15 +01:00
parent 019884a98b
commit 086372f68a
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -500,6 +500,8 @@ class Abstract_Wallet(AddressSynchronizer):
summary = {
'start_date': start_date,
'end_date': end_date,
'from_height': from_height,
'to_height': to_height,
'start_balance': Satoshis(start_balance),
'end_balance': Satoshis(end_balance),
'income': Satoshis(income),