Page MenuHomePhabricator

Remove useless calls to setexcessiveblock in extended tests
ClosedPublic

Authored by Fabien on Jan 15 2021, 09:04.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCb6dcf74bae59: Remove useless calls to setexcessiveblock in extended tests
Summary

The excessive block size is already set via the -excessiveblocksize
option, so the calls to the setexcessiveblock RPC is redundant.
This causes the tests to fail since D8918.

Test Plan
./test/functional/test_runner.py \
  abc_p2p_compactblocks \
  abc_p2p_fullblocktest

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable