OSDN Git Service

Thanos did someting
[bytom/vapor.git] / testutil / parameter.go
diff --git a/testutil/parameter.go b/testutil/parameter.go
deleted file mode 100644 (file)
index 73e93d3..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package testutil
-
-import (
-       "github.com/vapor/protocol/bc"
-)
-
-var (
-       MaxHash = &bc.Hash{V0: 1<<64 - 1, V1: 1<<64 - 1, V2: 1<<64 - 1, V3: 1<<64 - 1}
-       MinHash = &bc.Hash{}
-)