github.com/Bytom/bytom@v1.1.2-0.20210127130405-ae40204c0b09/testutil/parameter.go (about) 1 package testutil 2 3 import ( 4 "github.com/bytom/bytom/protocol/bc" 5 ) 6 7 var ( 8 MaxHash = &bc.Hash{V0: 1<<64 - 1, V1: 1<<64 - 1, V2: 1<<64 - 1, V3: 1<<64 - 1} 9 MinHash = &bc.Hash{} 10 )