diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2020-09-26 12:50:10 +0200 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2020-09-26 12:50:10 +0200 |
commit | 92e28fa8b2590cce0e8f0adadae80e46cb63a9ef (patch) | |
tree | 54f7d8a0b768953d856aab675a732f3d4fbdff65 /test/functional/p2p_segwit.py | |
parent | 78f912c9010f686e2d1bbdc1c51f381b496c2a1b (diff) |
test: remove unused constants in functional tests
Diffstat (limited to 'test/functional/p2p_segwit.py')
-rwxr-xr-x | test/functional/p2p_segwit.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/p2p_segwit.py b/test/functional/p2p_segwit.py index e190df403a..d79ed449e5 100755 --- a/test/functional/p2p_segwit.py +++ b/test/functional/p2p_segwit.py @@ -89,7 +89,6 @@ from test_framework.util import ( # The versionbit bit used to signal activation of SegWit VB_WITNESS_BIT = 1 -VB_PERIOD = 144 VB_TOP_BITS = 0x20000000 MAX_SIGOP_COST = 80000 |