Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
白 鹿
contract-sdk-go
Commits
b17c932d
Commit
b17c932d
authored
Apr 07, 2022
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove useless code
parent
0d7e68a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
shim/handler.go
shim/handler.go
+0
-5
No files found.
shim/handler.go
View file @
b17c932d
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment