You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BTCP halving strategy is currently 210,000 blocks but the code is not clear and still suggests that it is 840,000.
There is a bit shift that reduces this to 210,000 but commentary is not clear. The rebase code appears to address this by setting nSubsidyHalvingInterval directly to 210,000
The text was updated successfully, but these errors were encountered:
BTCP halving strategy is currently 210,000 blocks but the code is not clear and still suggests that it is 840,000.
There is a bit shift that reduces this to 210,000 but commentary is not clear. The rebase code appears to address this by setting nSubsidyHalvingInterval directly to 210,000
The text was updated successfully, but these errors were encountered: