params: make quorum voting address global

This commit is contained in:
Bas van Kervel 2016-11-09 18:56:05 +01:00
parent 70a49efaf6
commit 06c8ad90bf
1 changed files with 7 additions and 0 deletions

7
params/quorum.go Normal file
View File

@ -0,0 +1,7 @@
package params
import "github.com/ethereum/go-ethereum/common"
var (
QuorumVotingContractAddr = common.Address{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32}
)