Don't use unusual names

This commit is contained in:
Michał Sałaban 2017-12-04 03:59:46 +01:00
parent 605743325c
commit 4e9284c064
1 changed files with 1 additions and 1 deletions

View File

@ -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'],