mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +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 := new(big.Int)
|
||||||
minDeposit.SetString("10000000000000000000000000", 10)
|
minDeposit.SetString("10000000000000000000000000", 10)
|
||||||
minVoterCap := new(big.Int)
|
minVoterCap := new(big.Int)
|
||||||
minVoterCap.SetString("10000000000000000000", 10)
|
minVoterCap.SetString("25000000000000000000000", 10)
|
||||||
// Deposit 50K XDC
|
// Deposit 50K XDC
|
||||||
// Min Voter Cap 10 XDC
|
// Min Voter Cap 10 XDC
|
||||||
// 150 masternodes
|
// 150 masternodes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue