Skip to content

Commit

Permalink
test: remove unused constants in functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
theStack committed Sep 26, 2020
1 parent 78f912c commit 92e28fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/functional/p2p_segwit.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@

# The versionbit bit used to signal activation of SegWit
VB_WITNESS_BIT = 1
VB_PERIOD = 144
VB_TOP_BITS = 0x20000000

MAX_SIGOP_COST = 80000
Expand Down
2 changes: 0 additions & 2 deletions test/functional/wallet_multiwallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
get_rpc_proxy,
)

FEATURE_LATEST = 169900

got_loading_error = False
def test_load_unload(node, name):
global got_loading_error
Expand Down

0 comments on commit 92e28fa

Please sign in to comment.