Core of Crown blockchain platform. Contribution repository is available by this link: https://gitlab.crownplatform.com/crown/crown-core. Github repository is a mirror.
Before we go and enable superblocks let's at least make sure that when a superblock is found. the block doesn't get orphaned once enforcement is enabled. Without this the pool will not know to pay out the winning vote from the superblock, and without enforcement enabled the miner will be able to keep the reward from the superblock.
https://github.com/dashpay/dash/commit/02b86cf467c39ae4061725bd6951e6997bdc5229
Before we go and enable superblocks let's at least make sure that when a superblock is found. the block doesn't get orphaned once enforcement is enabled. Without this the pool will not know to pay out the winning vote from the superblock, and without enforcement enabled the miner will be able to keep the reward from the superblock.