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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -