remove is_assets sample

This commit is contained in:
diminator 2017-01-05 11:08:21 +01:00 committed by tim
parent f17a722634
commit 6ea7b8a411

View File

@ -58,21 +58,6 @@ Content-Type: application/json
%(tx_transfer_last)s]
"""
TPLS['get-assets-request'] = """\
GET /transactions?operation=CREATE&is_asset=true&public_keys=%(public_keys)s HTTP/1.1
Host: example.com
"""
TPLS['get-assets-response'] = """\
HTTP/1.1 200 OK
Content-Type: application/json
[%(tx)s]
"""
TPLS['post-tx-request'] = """\
POST /transactions/ HTTP/1.1
Host: example.com