Skip to content

Commit 92e28fa

Browse files
committed
test: remove unused constants in functional tests
1 parent 78f912c commit 92e28fa

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/functional/p2p_segwit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989

9090
# The versionbit bit used to signal activation of SegWit
9191
VB_WITNESS_BIT = 1
92-
VB_PERIOD = 144
9392
VB_TOP_BITS = 0x20000000
9493

9594
MAX_SIGOP_COST = 80000

test/functional/wallet_multiwallet.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
get_rpc_proxy,
2222
)
2323

24-
FEATURE_LATEST = 169900
25-
2624
got_loading_error = False
2725
def test_load_unload(node, name):
2826
global got_loading_error

0 commit comments

Comments
 (0)