cmd, eth, rpc: fix some RPC issues with pending blocks
This commit is contained in:
@ -52,6 +52,10 @@ var (
|
||||
func main() {
|
||||
flag.Parse()
|
||||
|
||||
// Enable logging errors, we really do want to see those
|
||||
glog.SetV(2)
|
||||
glog.SetToStderr(true)
|
||||
|
||||
// Load the test suite to run the RPC against
|
||||
tests, err := tests.LoadBlockTests(*testFile)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user