aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_segwit.py
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-07-01 01:43:45 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-07-03 17:34:41 +0200
commit607076d01bf23c69ac21950c17b01fb4e1130774 (patch)
treec77727a1faf8ef88e44271ff6e7ffebf25c2cbc3 /test/functional/feature_segwit.py
parent4af97c74edcda56cd15523bf3a335adea2bad14a (diff)
downloadbitcoin-607076d01bf23c69ac21950c17b01fb4e1130774.tar.xz
test: remove confusing `MAX_BLOCK_BASE_SIZE`
The constant `MAX_BLOCK_BASE_SIZE` has been removed from the core implementation years ago due to being confusing and superfluous, as it is implied by the block weight limit (see PRs #10618 and #10608). Since there is also no point in still keeping it in the functional test framework, we switch to weight-based accounting on the relevant test code parts and use `MAX_BLOCK_WEIGHT` instead for the block limit checks.
Diffstat (limited to 'test/functional/feature_segwit.py')
0 files changed, 0 insertions, 0 deletions