mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
Params changed | increased voterCap
This commit is contained in:
parent
117f02b3b6
commit
35dca4a7ca
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ func DeployValidator(transactOpts *bind.TransactOpts, contractBackend bind.Contr
|
|||
minDeposit := new(big.Int)
|
||||
minDeposit.SetString("10000000000000000000000000", 10)
|
||||
minVoterCap := new(big.Int)
|
||||
minVoterCap.SetString("10000000000000000000", 10)
|
||||
minVoterCap.SetString("25000000000000000000000", 10)
|
||||
// Deposit 50K XDC
|
||||
// Min Voter Cap 10 XDC
|
||||
// 150 masternodes
|
||||
|
|
|
|||
Loading…
Reference in a new issue