mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
wallet get_full_history: add from/to_height info to summary
This commit is contained in:
parent
019884a98b
commit
086372f68a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue