Skip to content

Commit

Permalink
Merge pull request ethereum#15 from bas-vk/params
Browse files Browse the repository at this point in the history
params: make quorum voting address global
  • Loading branch information
bas-vk authored Nov 9, 2016
2 parents 70a49ef + 06c8ad9 commit 2480036
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions params/quorum.go
Original file line number Diff line number Diff line change
@@ -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}
)

0 comments on commit 2480036

Please sign in to comment.