Make subsidy halving interval for simnet 210000.

This value matches testnet and mainnet and makes more sense because it
allows way more coins to be generated which is useful during simulation
testing.

NOTE: this will invalidate existing simnet chains, but since they
are only intended to be short lived for the duration of a simulation test,
this is a non-issue.
This commit is contained in:
Dave Collins 2014-06-12 18:17:56 -05:00
parent c71988f668
commit 0f23236f43

View file

@ -241,7 +241,7 @@ var SimNetParams = Params{
GenesisHash: &simNetGenesisHash,
PowLimit: simNetPowLimit,
PowLimitBits: 0x207fffff,
SubsidyHalvingInterval: 150,
SubsidyHalvingInterval: 210000,
ResetMinDifficulty: true,
// Checkpoints ordered from oldest to newest.