新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit 274e3e3c authored by jianan's avatar jianan

remove useless code

parent 640f4caa
......@@ -248,11 +248,6 @@ func (h *Handler) handleInvoke(readyMsg *protogo.DMSMessage) error {
Events: events,
}
// current height > 0, also send read map
if h.currentTxHeight > 0 {
contractResponse.ReadMap = stub.GetReadMap()
}
// construct complete message
contractResponsePayload, err := proto.Marshal(contractResponse)
if err != nil {
......
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