Commit 81e300e4 authored by Sergei Zubov's avatar Sergei Zubov

Fix mainnet coinbase maturity

parent e21ed135
......@@ -115,6 +115,7 @@ namespace NBitcoin.Networks
this.Consensus.MaxMoney = long.MaxValue;
this.Consensus.ProofOfWorkReward = Money.Zero;
this.Consensus.ProofOfStakeReward = Money.Zero;
this.Consensus.CoinbaseMaturity = 10;
this.Checkpoints = new Dictionary<int, CheckpointInfo>();
// TODO: Add genesis and premine block to Checkpoints
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment