mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Don't use unusual names
This commit is contained in:
parent
605743325c
commit
4e9284c064
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class JSONRPC(object):
|
|||
def _pythonify_payment(self, pm):
|
||||
return {
|
||||
'id': pm['txid'],
|
||||
'when': datetime.fromtimestamp(pm['timestamp']),
|
||||
'timestamp': datetime.fromtimestamp(pm['timestamp']),
|
||||
'amount': from_atomic(pm['amount']),
|
||||
'fee': from_atomic(pm['fee']),
|
||||
'height': pm['height'],
|
||||
|
|
Loading…
Reference in a new issue