OSDN Git Service

edit the procss block time
[bytom/vapor.git] / protocol / txpool_test.go
index 50e448e..68e2a80 100644 (file)
@@ -5,6 +5,7 @@ import (
        "time"
 
        "github.com/davecgh/go-spew/spew"
+       log "github.com/sirupsen/logrus"
 
        "github.com/bytom/vapor/consensus"
        "github.com/bytom/vapor/database/storage"
@@ -757,3 +758,7 @@ func TestProcessTransaction(t *testing.T) {
                }
        }
 }
+
+func init() {
+       log.SetLevel(log.ErrorLevel)
+}