We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a8807 commit 72267c7Copy full SHA for 72267c7
src/Stratis.Bitcoin/Base/BaseFeature.cs
@@ -237,7 +237,7 @@ public override async Task InitializeAsync()
237
// Ensure that we don't try to rewind further than the coin view is capable of doing.
238
var utxoSet = ((dynamic)this.consensusRules).UtxoSet;
239
var coinDatabase = ((dynamic)utxoSet).ICoindb;
240
- ((dynamic)coinDatabase).Initialize(initializedAt);
+ ((dynamic)coinDatabase).Initialize(false);
241
int minRewindHeight = ((dynamic)coinDatabase).GetMinRewindHeight();
242
((dynamic)coinDatabase).Dispose();
243
0 commit comments