go - blockchain code is not returning data -


i have created running chain code , deployed on bluemix. till 13th august, working , returning results in pretty json format. today, when trying execute code, returning me below response [irrespective of errors]

{ "jsonrpc": "2.0", "result": { "status": "ok", "message": "82d31a55-5d37-40f8-ab91-19968f460058" }, "id": 4 }

there no error in logs.

the chaincode @ https://github.com/singhcl/pharmatracker

any pointer on same appreciated.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -