aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_multiwallet.py
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-09-26 12:50:10 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-09-26 12:50:10 +0200
commit92e28fa8b2590cce0e8f0adadae80e46cb63a9ef (patch)
tree54f7d8a0b768953d856aab675a732f3d4fbdff65 /test/functional/wallet_multiwallet.py
parent78f912c9010f686e2d1bbdc1c51f381b496c2a1b (diff)
downloadbitcoin-92e28fa8b2590cce0e8f0adadae80e46cb63a9ef.tar.xz
test: remove unused constants in functional tests
Diffstat (limited to 'test/functional/wallet_multiwallet.py')
-rwxr-xr-xtest/functional/wallet_multiwallet.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/wallet_multiwallet.py b/test/functional/wallet_multiwallet.py
index aaf050ebf7..f0be271c66 100755
--- a/test/functional/wallet_multiwallet.py
+++ b/test/functional/wallet_multiwallet.py
@@ -21,8 +21,6 @@ from test_framework.util import (
get_rpc_proxy,
)
-FEATURE_LATEST = 169900
-
got_loading_error = False
def test_load_unload(node, name):
global got_loading_error