OSDN Git Service

Hulk did something
[bytom/vapor.git] / testutil / parameter.go
diff --git a/testutil/parameter.go b/testutil/parameter.go
new file mode 100644 (file)
index 0000000..73e93d3
--- /dev/null
@@ -0,0 +1,10 @@
+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{}
+)