Skip to content
Snippets Groups Projects
Commit d0361b23 authored by Caner Candan's avatar Caner Candan
Browse files

* ucoin/hdc/transactions/__init__.py: process returns json

parent cda58702
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class Process(Base):
assert 'transaction' in kwargs
assert 'signature' in kwargs
return self.requests_post('/process', **kwargs)
return self.requests_post('/process', **kwargs).json()
class All(Base):
"""GET all the transactions stored by this node."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment