Test that receiving an expired transaction does not increase the peer's ban score.

This commit is contained in:
Daira Hopwood
2018-04-04 00:01:49 +01:00
parent 697140ede5
commit a0ea82301a
2 changed files with 121 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ testScripts=(
'bipdersig-p2p.py'
'overwinter_peer_management.py'
'rewind_index.py'
'p2p_txexpiry_dos.py'
);
testScriptsExt=(
'getblocktemplate_longpoll.py'