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