wallet get_full_history: add from/to_height info to summary
This commit is contained in:
parent
019884a98b
commit
086372f68a
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user