quorum/params/quorum.go

8 lines
178 B
Go
Raw Normal View History

2018-07-13 18:22:43 -07:00
package params
import "github.com/ethereum/go-ethereum/common"
var (
QuorumPermissionsContract = common.Address{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32}
)