Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logic to require mandatory sidestaking in miner.cpp
If mandatory sidestakes that have non-zero allocation are set OR local sidestakes with non-zero allocations are set and the -enablesidestaking flag is turned on, then set fEnableSideStaking in the miner to true to include sidestakes. This replaces the old logic of fEnableSideStaking, which simply followed -enablestidestaking.
- Loading branch information