aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_leak_tx.py
AgeCommit message (Collapse)Author
2020-04-01test: replace (send_message + sync_with_ping) with send_and_pingJon Atack
2018-10-26[tests] Test that nodes respond to getdata with notfoundMarcoFalke
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.