Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
Merge branch 'content_header' of https://github.com/RomanZacharia/pye…
Browse files Browse the repository at this point in the history
…thapp into RomanZacharia-content_header
  • Loading branch information
konradkonrad committed Aug 22, 2016
2 parents 8d27ab2 + 978364f commit 761aabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyethapp/rpc_client.py
Expand Up @@ -121,7 +121,7 @@ def __init__(self, host='127.0.0.1', port=4000, print_communication=True,
"specify privkey for local signing"
if transport is None:
self.transport = HttpPostClientTransport('{}://{}:{}'.format(
'https' if use_ssl else 'http', host, port))
'https' if use_ssl else 'http', host, port), headers={'content-type': 'application/json'})
else:
self.transport = transport
self.print_communication = print_communication
Expand Down

0 comments on commit 761aabc

Please sign in to comment.