diff options
author | marcoagner <marco@agner.io> | 2018-10-05 13:33:21 +0100 |
---|---|---|
committer | marcoagner <marco@agner.io> | 2018-10-05 13:33:21 +0100 |
commit | a6b5ec18ff39ef3ccd19ec0e6db9ae00602d8938 (patch) | |
tree | 0a19e6b08b4c3cac3ceb9d7d86ee95866481257d /test/functional/test_runner.py | |
parent | f504a1402afd0760e9d348ecc8bad0094aa7d705 (diff) |
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
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
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', |