Crowndev / crown-core

Core of Crown blockchain platform. Contribution repository is available by this link: https://gitlab.crownplatform.com/crown/crown-core. Github repository is a mirror.
http://www.crownplatform.com
MIT License
27 stars 18 forks source link

Getblocktemplate for superblocks #36

Closed Infernoman closed 7 years ago

Infernoman commented 7 years ago

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.

Infernoman commented 7 years ago

affects 0.12.1.x not 0.12.0.x