mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-15 17:30:44 +00:00
updated reward
This commit is contained in:
parent
d49db00216
commit
4db94d8917
1 changed files with 2 additions and 2 deletions
|
|
@ -122,8 +122,8 @@ func (w *wizard) makeGenesis() {
|
||||||
genesis.Config.XDPoS.Period = uint64(w.readDefaultInt(2))
|
genesis.Config.XDPoS.Period = uint64(w.readDefaultInt(2))
|
||||||
|
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
fmt.Println("How many XDC should be rewarded to masternode? (default = 350)")
|
fmt.Println("How many XDC should be rewarded to masternode? (default = 5000)")
|
||||||
genesis.Config.XDPoS.Reward = uint64(w.readDefaultInt(350))
|
genesis.Config.XDPoS.Reward = uint64(w.readDefaultInt(5000))
|
||||||
|
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
fmt.Println("Who own the first masternodes? (mandatory)")
|
fmt.Println("Who own the first masternodes? (mandatory)")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue