Retrieve subaddress index from response

pull/1/head
Michał Sałaban 7 years ago
parent 4b27cd6948
commit ddd54b6063

@ -71,7 +71,8 @@ class JSONRPC(object):
'fee': from_atomic(pm['fee']), 'fee': from_atomic(pm['fee']),
'height': pm['height'], 'height': pm['height'],
'payment_id': pm['payment_id'], 'payment_id': pm['payment_id'],
'note': pm['note'] 'note': pm['note'],
'subaddr': (pm['subaddr_index']['major'], pm['subaddr_index']['minor']),
} }
def transfer(self, destinations, priority, mixin, unlock_time, account=0): def transfer(self, destinations, priority, mixin, unlock_time, account=0):

Loading…
Cancel
Save