mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
Added new hard coded reward
This commit is contained in:
parent
f1a9ceae54
commit
3f5196c056
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ func (w *wizard) makeGenesis() {
|
||||||
genesis.Config.XDPoS.Period = uint64(w.readDefaultInt(2))
|
genesis.Config.XDPoS.Period = uint64(w.readDefaultInt(2))
|
||||||
|
|
||||||
fmt.Println()
|
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))
|
genesis.Config.XDPoS.Reward = uint64(w.readDefaultInt(100))
|
||||||
|
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue