From fa48baf23eb2ec5e9b71e3e07c24432fc1fed39c Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 23 Dec 2018 19:08:57 +0100 Subject: wallet: Avoid leaking locktime fingerprint when anti-fee-sniping --- 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 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', -- cgit v1.2.3