The maximum witness program size is increased from 32 to 40 bytes. This provides extra space to specify script version (for originally 16 upgradable versions to up to 16 * 2 ^ 64)
BIP141: extend max witness program size to 40 bytes #398
pull jl2012 wants to merge 1 commits into bitcoin:master from jl2012:patch-20 changing 1 files +1 −1-
jl2012 commented at 12:58 PM on June 4, 2016: contributor
-
d1b52cb198
BIP141: extend max witness program size to 40 bytes
The maximum witness program size is increased from 32 to 40 bytes. This provides extra space to specify script version (for originally 16 upgradable versions to up to 16 * 2 ^ 64)
- luke-jr merged this on Jun 4, 2016
- luke-jr closed this on Jun 4, 2016
-
luke-jr commented at 7:24 PM on June 4, 2016: member
I thought the plan was to simply remove size limits from both pushes?