OSDN Git Service

change the genesis output value
authorpaladz <453256728@qq.com>
Tue, 24 Apr 2018 03:22:20 +0000 (11:22 +0800)
committerpaladz <453256728@qq.com>
Tue, 24 Apr 2018 03:22:20 +0000 (11:22 +0800)
consensus/general.go

index 1c9d566..3c26ba8 100644 (file)
@@ -19,7 +19,7 @@ const (
        CoinbasePendingBlockNumber = uint64(100)
        subsidyReductionInterval   = uint64(840000)
        baseSubsidy                = uint64(41250000000)
-       InitialBlockSubsidy        = uint64(147000041250000000)
+       InitialBlockSubsidy        = uint64(140700041250000000)
 
        // config for pow mining
        BlocksPerRetarget     = uint64(2016)
@@ -92,7 +92,6 @@ var NetParams = map[string]Params{
        "mainnet": MainNetParams,
        "testnet": TestNetParams,
        "solonet": SoloNetParams,
-
 }
 
 // MainNetParams is the config for production