mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
default balance 350
This commit is contained in:
parent
a5325f346f
commit
51298b5264
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ func (w *wizard) makeGenesis() {
|
||||||
|
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
fmt.Println("How many XDC should be rewarded to masternode? (default = 350)")
|
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()
|
||||||
fmt.Println("Who own the first masternodes? (mandatory)")
|
fmt.Println("Who own the first masternodes? (mandatory)")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue