From a6b5ec18ff39ef3ccd19ec0e6db9ae00602d8938 Mon Sep 17 00:00:00 2001 From: marcoagner Date: Fri, 5 Oct 2018 13:33:21 +0100 Subject: rpc: creates possibility to preserve labels on importprivkey - changes importprivkey behavior to overwrite existent label if one is passed and keep existing ones if no label is passed - tests behavior of importprivkey on existing address labels and different same key destination --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index d9960460d9..de3b6e400c 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -157,6 +157,7 @@ BASE_SCRIPTS = [ 'feature_nulldummy.py', 'mempool_accept.py', 'wallet_import_rescan.py', + 'wallet_import_with_label.py', 'rpc_bind.py --ipv4', 'rpc_bind.py --ipv6', 'rpc_bind.py --nonloopback', -- cgit v1.2.3