diff options
| author | practicalswift <[email protected]> | 2018-07-07 00:10:35 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-08-13 14:13:39 +0200 |
| commit | 68400d8b9675d00ea7126b432e208c1e52658c2e (patch) | |
| tree | 12ad631a45a068b40d63cbf6fd933a57f94dc971 /test/functional/p2p_sendheaders.py | |
| parent | Merge #13666: Always create signatures with Low R values (diff) | |
| download | discoin-68400d8b9675d00ea7126b432e208c1e52658c2e.tar.xz discoin-68400d8b9675d00ea7126b432e208c1e52658c2e.zip | |
tests: Use explicit imports
Diffstat (limited to 'test/functional/p2p_sendheaders.py')
| -rwxr-xr-x | test/functional/p2p_sendheaders.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_sendheaders.py b/test/functional/p2p_sendheaders.py index 7c987b171..9cc496d51 100755 --- a/test/functional/p2p_sendheaders.py +++ b/test/functional/p2p_sendheaders.py @@ -86,9 +86,9 @@ e. Announce one more that doesn't connect. Expect: disconnect. """ from test_framework.blocktools import create_block, create_coinbase +from test_framework.messages import CInv from test_framework.mininode import ( CBlockHeader, - CInv, NODE_WITNESS, P2PInterface, mininode_lock, |