[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.
This commit is contained in:
MarcoFalke
2018-09-15 20:01:20 -04:00
parent 2b88f67e0b
commit fa78a2fc67
4 changed files with 109 additions and 1 deletions

View File

@@ -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',