Commit 5b8be663 authored by Sergei Zubov's avatar Sergei Zubov

Update mainnet fee rate

parent 81e300e4
......@@ -116,6 +116,9 @@ namespace NBitcoin.Networks
this.Consensus.ProofOfWorkReward = Money.Zero;
this.Consensus.ProofOfStakeReward = Money.Zero;
this.Consensus.CoinbaseMaturity = 10;
this.DeStreamFeePart = 0.9;
this.FeeRate = 0.0077;
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