From 3f5196c0564810d5dc8e917fcefffc726a518833 Mon Sep 17 00:00:00 2001 From: parmarrushabh Date: Mon, 22 Apr 2019 14:26:50 +0530 Subject: [PATCH] Added new hard coded reward --- cmd/puppeth/wizard_genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/puppeth/wizard_genesis.go b/cmd/puppeth/wizard_genesis.go index 987a71ad7b..3c2dfbe0fe 100644 --- a/cmd/puppeth/wizard_genesis.go +++ b/cmd/puppeth/wizard_genesis.go @@ -122,7 +122,7 @@ 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 = 100)") + fmt.Println("How many XDC should be rewarded to masternode? (default = 350)") genesis.Config.XDPoS.Reward = uint64(w.readDefaultInt(100)) fmt.Println()