Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weichhold committed Jan 12, 2022
1 parent bdf051d commit 9c5b9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Miningcore/Blockchain/Equihash/EquihashJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public class EquihashJob
protected EquihashSolver solver;

// ZCash Sapling & Overwinter support
protected bool isOverwinterActive = false;
protected bool isSaplingActive = false;
protected bool isOverwinterActive;
protected bool isSaplingActive;

// temporary reflection hack to force overwinter
protected static readonly FieldInfo overwinterField = typeof(ZcashTransaction).GetField("fOverwintered", BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.DeclaredOnly);
Expand Down

0 comments on commit 9c5b9af

Please sign in to comment.