From 4db94d8917e6d6b540fc2b2e38abb919b345fd94 Mon Sep 17 00:00:00 2001 From: ronakgothi <34569354+ronakgothi@users.noreply.github.com> Date: Mon, 27 May 2019 11:55:38 +0530 Subject: [PATCH] updated reward --- cmd/puppeth/wizard_genesis.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/puppeth/wizard_genesis.go b/cmd/puppeth/wizard_genesis.go index 4631360ad3..1b8402766a 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 XDC should be rewarded to masternode? (default = 350)") - genesis.Config.XDPoS.Reward = uint64(w.readDefaultInt(350)) + fmt.Println("How many XDC should be rewarded to masternode? (default = 5000)") + genesis.Config.XDPoS.Reward = uint64(w.readDefaultInt(5000)) fmt.Println() fmt.Println("Who own the first masternodes? (mandatory)")