-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests go #17
Tests go #17
Conversation
… test, will check it later.
…quest{}" This reverts commit 9d70408.
@@ -23,7 +23,7 @@ func (p *ProxyETHCall) Request(rawreq *eth.JSONRPCRequest) (interface{}, error) | |||
return nil, err | |||
} | |||
|
|||
fmt.Println("Call Request in ETH: %v", req) | |||
fmt.Printf("Call Request in ETH: %v\n", req) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can just delete this line. I missed it in one of my cleanups.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these unit tests are good aside from that one line, if you could delete it and squash it into your commit I would appreciate it.
Unit-tests coverage improvements.