Commit 0e803d52 authored by Sergei Zubov's avatar Sergei Zubov

Fix regtest

parent ac213331
...@@ -24,8 +24,8 @@ namespace NBitcoin.Networks ...@@ -24,8 +24,8 @@ namespace NBitcoin.Networks
this.Magic = magic; this.Magic = magic;
this.DefaultPort = 18444; this.DefaultPort = 18444;
this.RPCPort = 18442; this.RPCPort = 18442;
this.MaxTimeOffsetSeconds = StratisMaxTimeOffsetSeconds; this.MaxTimeOffsetSeconds = DeStreamMaxTimeOffsetSeconds;
this.MaxTipAge = StratisDefaultMaxTipAgeInSeconds; this.MaxTipAge = DeStreamDefaultMaxTipAgeInSeconds;
this.Consensus.SubsidyHalvingInterval = 210000; this.Consensus.SubsidyHalvingInterval = 210000;
this.Consensus.MajorityEnforceBlockUpgrade = 750; this.Consensus.MajorityEnforceBlockUpgrade = 750;
......
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