Update views_api.py

This commit is contained in:
Arc 2020-02-26 01:46:12 +00:00 committed by GitHub
parent 9bbfe367f5
commit 233ed4ff4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,10 +33,3 @@ def api_tpos():
return jsonify({"status": "ERROR", "reason": r_json["ERROR"]}), 400
return jsonify({"status": "TRUE","pay_req": r_json["pay_req"] ,"payment_hash": r_json["payment_hash"] }), 200