And use buffer(...) there as well

This commit is contained in:
Erik Johnston 2015-05-05 18:20:01 +01:00
parent ed2584050f
commit 0cf7e480b4
2 changed files with 3 additions and 2 deletions

View file

@ -99,5 +99,5 @@ class TransactionActions(object):
transaction.transaction_id,
transaction.destination,
response_code,
encode_canonical_json(response_dict)
response_dict,
)