From 92e28fa8b2590cce0e8f0adadae80e46cb63a9ef Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Sat, 26 Sep 2020 12:50:10 +0200 Subject: test: remove unused constants in functional tests --- test/functional/wallet_multiwallet.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/functional/wallet_multiwallet.py') 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 -- cgit v1.2.3