Commit f9be03bf authored by Sergei Zubov's avatar Sergei Zubov

Modify reserve balance for staking

parent 38d55749
......@@ -370,7 +370,7 @@ namespace Stratis.Bitcoin.Features.Miner
this.systemTimeOutOfSyncSleep = 7000;
this.lastCoinStakeSearchTime = this.dateTimeProvider.GetAdjustedTimeAsUnixTimestamp();
this.lastCoinStakeSearchPrevBlockHash = 0;
this.targetReserveBalance = 100000000 * Money.COIN; // TOOD:settings.targetReserveBalance
this.targetReserveBalance = 50000000 * Money.COIN; // TOOD:settings.targetReserveBalance
this.stakeProgressFlag = StakeNotInProgress;
this.rpcGetStakingInfoModel = new Miner.Models.GetStakingInfoModel();
......
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