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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -