default balance 350

This commit is contained in:
parmarrushabh 2019-04-23 12:03:31 +05:30
parent a5325f346f
commit 51298b5264

View file

@ -123,7 +123,7 @@ func (w *wizard) makeGenesis() {
fmt.Println()
fmt.Println("How many XDC should be rewarded to masternode? (default = 350)")
genesis.Config.XDPoS.Reward = uint64(w.readDefaultInt(100))
genesis.Config.XDPoS.Reward = uint64(w.readDefaultInt(350))
fmt.Println()
fmt.Println("Who own the first masternodes? (mandatory)")