```
commit 1f3d78b4e099f22b03ffeec9e91c02de81430702
Author: John Newbery <john@johnnewbery.com>
Date: Fri Mar 24 16:14:13 2017 -0400
Wait for connection to open in bip9-softforks.py
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.
```