aboutsummaryrefslogtreecommitdiff
path: root/test/functional/bip9-softforks.py
AgeCommit message (Collapse)Author
2017-03-28Wait for connection to open in bip9-softforks.pyJohn Newbery
bip9-sofforks.py stop-starts the bitcoind node twice during the test run, but it doesn't wait for the connection from mininode to open before continuing with the test. This leads to race conditions where the test can fail getblocktemplate() because it has no p2p connections.
2017-03-20Rename rpc-tests directory to functionalJohn Newbery