mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-23 06:22:31 +00:00

* [NOD-234] Added an IsCurrent check to handleGetBlockTemplate. * [NOD-234] Removed IsCurrent check from handleGetBlockTemplateRequest. Added an explanation for why we're checking the chainHeight. * [NOD-234] Added ShouldMineOnGenesis to the IsCurrent check. * [NOD-234] Flipped && operands to fail fast.