Put back the accidentally-removed post-tx-response

This commit is contained in:
Troy McConaghy 2018-02-16 14:54:20 +01:00
parent 7c3d7f4f63
commit 6982dfbe79

View File

@ -67,6 +67,14 @@ Content-Type: application/json
"""
TPLS['post-tx-response'] = """\
HTTP/1.1 202 Accepted
Content-Type: application/json
%(tx)s
"""
TPLS['get-block-request'] = """\
GET /api/v1/blocks/%(blockid)s HTTP/1.1
Host: example.com