Commit 7a3d08c8 authored by Sergei Zubov's avatar Sergei Zubov

Update TargetReserveBalance

parent c4d17e11
Pipeline #198 canceled with stage
in 2 minutes and 35 seconds
......@@ -270,7 +270,7 @@ namespace Stratis.Bitcoin.Features.Miner.Staking
nodeLifetime, coinView, stakeChain, stakeValidator, mempoolLock, mempool, walletManager,
asyncLoopFactory, timeSyncBehaviorState, loggerFactory, minerSettings)
{
this.targetReserveBalance = this.network.IsTest() ? 0 : 50000000 * Money.COIN;
this.targetReserveBalance = 0;
}
}
}
\ No newline at end of file
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