cmd, eth, rpc: fix some RPC issues with pending blocks

This commit is contained in:
Péter Szilágyi
2016-01-27 18:01:30 +02:00
parent a8fd0de0d3
commit 5da7ec7c18
5 changed files with 110 additions and 117 deletions

View File

@ -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 {