aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_invalid_tx.py
AgeCommit message (Collapse)Author
2018-02-13[test] Fix nits leftover from 11771Conor Scott
Remove unused variable reassignments in p2p_invalid_tx.py and call send_txs_and_test() with valid transaction.
2018-01-30[tests] Change invalidtxrequest to use BitcoinTestFrameworkJohn Newbery
2018-01-30[tests] Fix flake8 warnings in invalidtxrequestJohn Newbery
2018-01-25[tests] Rename p2p_* functional tests.Anthony Towns