mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Support for confirmations number in transactions.
This commit is contained in:
parent
339363b575
commit
4fc8495727
2 changed files with 3 additions and 0 deletions
|
@ -267,6 +267,7 @@ class JSONRPCWallet(object):
|
|||
'height': data.get('height', data.get('block_height')) or None,
|
||||
'timestamp': datetime.fromtimestamp(data['timestamp']) if 'timestamp' in data else None,
|
||||
'blob': data.get('blob', None),
|
||||
'confirmations': data.get('confirmations', None)
|
||||
})
|
||||
|
||||
def export_outputs(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue