Commit cc3c03b8 authored by jzhe's avatar jzhe

feat:invoke update

parent 1b4f494b
......@@ -42,7 +42,7 @@ func errorResponse(msg string) pb.Response {
panic(err)
}
return shim.Success(data)
return shim.Error(string(data))
}
// putMap for persisting meta state into ledger
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment