diff --git a/cmd/puppeth/wizard_genesis.go b/cmd/puppeth/wizard_genesis.go index be8e99d0ec..daf6d27022 100644 --- a/cmd/puppeth/wizard_genesis.go +++ b/cmd/puppeth/wizard_genesis.go @@ -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)")