mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 13:44:31 +00:00
Wizard_genesis updated.
This commit is contained in:
parent
7f856ffe67
commit
05287e42e1
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))
|
||||
|
||||
fmt.Println()
|
||||
fmt.Println("How many Ethers should be rewarded to masternode? (default = 10)")
|
||||
genesis.Config.XDPoS.Reward = uint64(w.readDefaultInt(10))
|
||||
fmt.Println("How many XDC should be rewarded to masternode? (default = 100)")
|
||||
genesis.Config.XDPoS.Reward = uint64(w.readDefaultInt(100))
|
||||
|
||||
fmt.Println()
|
||||
fmt.Println("Who own the first masternodes? (mandatory)")
|
||||
|
|
|
|||
Loading…
Reference in a new issue