aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2018-11-13 14:51:34 +0700
committerJonas Schnelli <dev@jonasschnelli.ch>2018-11-13 14:52:01 +0700
commitb60f4e3f095124a71394d6b2aafaedca2be6c1ad (patch)
tree07d76cc438ce18d7ae555d7e16d994baf32fb9e8 /test/functional/test_runner.py
parent47ed24cf8aa7be3b778731b1f140ad9941157933 (diff)
parenta6b5ec18ff39ef3ccd19ec0e6db9ae00602d8938 (diff)
downloadbitcoin-b60f4e3f095124a71394d6b2aafaedca2be6c1ad.tar.xz
Merge #13381: RPC: creates possibility to preserve labels on importprivkey
a6b5ec18f rpc: creates possibility to preserve labels on importprivkey (marcoagner) Pull request description: Closes #13087. As discussed in the issue, this is a feature request instead of a bug report since the behaviour was as intended (i.e. label with default: `''`). With this, the old behaviour is kept while the possibility to achieve the preservation of labels, as expected in the open issue, is added. Tree-SHA512: b33be50e1e7f62f7ddfae953177ba0926e2d848961f9fac7501c2b513322c0cb95787745d07d137488267bad1104ecfdbe800c6747f94162eb07c976835c1386
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 90b333f45a..ad53788b06 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -155,6 +155,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',