Skip to content

Commit 073631c

Browse files
author
lizekun
committed
remove print call url
1 parent bbf3e49 commit 073631c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ func (c *Client) call(module, action string, param map[string]interface{}, outco
132132
err = fmt.Errorf("etherscan server: %s", envelope.Error.Message)
133133
return
134134
}
135+
fmt.Println(envelope.Result)
135136
if envelope.Result == nil {
136137
err = fmt.Errorf("null result")
137138
return

0 commit comments

Comments
 (0)