aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-12-23 19:08:57 +0100
committerMarcoFalke <falke.marco@gmail.com>2018-12-27 13:03:10 +0100
commitfa48baf23eb2ec5e9b71e3e07c24432fc1fed39c (patch)
tree69d8bc2a6adbef49a486b9f7ea62a09278ec7450 /test/functional/test_runner.py
parent453803adc9325b83fc0532a8328d455e8bdf4de6 (diff)
downloadbitcoin-fa48baf23eb2ec5e9b71e3e07c24432fc1fed39c.tar.xz
wallet: Avoid leaking locktime fingerprint when anti-fee-sniping
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 a094433942..8c6f6706e7 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -174,6 +174,7 @@ BASE_SCRIPTS = [
'wallet_fallbackfee.py',
'feature_minchainwork.py',
'rpc_getblockstats.py',
+ 'wallet_create_tx.py',
'p2p_fingerprint.py',
'feature_uacomment.py',
'wallet_coinbase_category.py',