It builds, not sure it works.
Details
Details
- Reviewers
freetrader hanchon - Group Reviewers
Restricted Project - Commits
- rSTAGING9c1ddd0ae242: Make sure we generate a block bigger than 1MB by stuffing the coinbase when…
rABC9c1ddd0ae242: Make sure we generate a block bigger than 1MB by stuffing the coinbase when…
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/miner.cpp | ||
---|---|---|
209 ↗ | (On Diff #612) | My feeling is it would be better to limit this block stuffing to testnets. But there is an argument to be made for keeping the code path the same and trying to eliminate as much uncertainty as possible from the mainnet fork. |
Comment Actions
I'm ok with these changes and have convinced myself (by a little math) that the block stuffing works as advertised.
src/miner.cpp | ||
---|---|---|
216 ↗ | (On Diff #619) | spelling of comitmentSize and missingComitment in this section commitment |