mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Load full content into Transaction from mempool
This commit is contained in:
parent
c6256fe4e1
commit
4c6bfd592b
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ class JSONRPCDaemon(object):
|
||||||
hash=tx['id_hash'],
|
hash=tx['id_hash'],
|
||||||
fee=from_atomic(tx['fee']),
|
fee=from_atomic(tx['fee']),
|
||||||
timestamp=datetime.fromtimestamp(tx['receive_time']),
|
timestamp=datetime.fromtimestamp(tx['receive_time']),
|
||||||
|
blob=binascii.unhexlify(tx['tx_blob']),
|
||||||
|
json=json.loads(tx['tx_json']),
|
||||||
confirmations=0))
|
confirmations=0))
|
||||||
return txs
|
return txs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue