From 51298b5264efe857979d7fa0d68b14660f0188c6 Mon Sep 17 00:00:00 2001 From: parmarrushabh Date: Tue, 23 Apr 2019 12:03:31 +0530 Subject: [PATCH] default balance 350 --- 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 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)")