Translate decimal type to int in tx lists
This commit is contained in:
parent
f1f5253865
commit
f035bd3e9f
@ -121,8 +121,8 @@ class DataCache(Cache):
|
||||
'date_block': r['date_block'],
|
||||
'sender': r['sender'],
|
||||
'recipient': r['recipient'],
|
||||
'from_value': r['from_value'],
|
||||
'to_value': r['to_value'],
|
||||
'from_value': int(r['from_value']),
|
||||
'to_value': int(r['to_value']),
|
||||
'source_token': r['source_token'],
|
||||
'destination_token': r['destination_token'],
|
||||
'tx_type': tx_type,
|
||||
|
Loading…
Reference in New Issue
Block a user