aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-09-15 20:01:20 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-10-26 07:45:12 -0400
commitfa78a2fc670d7162d6ba6d432188da6d6e5288ac (patch)
treed4c9af1ec508c0b20bbb1a3ab3957a9d6916a67c /test/functional/test_runner.py
parent2b88f67e0bccbc23f30bf65f944f5cadad88f221 (diff)
downloadbitcoin-fa78a2fc670d7162d6ba6d432188da6d6e5288ac.tar.xz
[tests] Test that nodes respond to getdata with notfound
If a node has not announced a tx at all, then it should respond to getdata messages for that tx with notfound, to avoid leaking tx origination privacy.
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 c1dcc46e23..620554ffe4 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -152,6 +152,7 @@ BASE_SCRIPTS = [
'feature_versionbits_warning.py',
'rpc_preciousblock.py',
'wallet_importprunedfunds.py',
+ 'p2p_leak_tx.py',
'rpc_signmessage.py',
'feature_nulldummy.py',
'mempool_accept.py',