diff options
author | Takashi Mitsuta <knhn1117@gmail.com> | 2017-02-12 16:44:43 +0900 |
---|---|---|
committer | Takashi Mitsuta <knhn1117@gmail.com> | 2017-02-12 16:44:43 +0900 |
commit | a432aa0aa83310f0eb053329fb4b2670ce92b1c6 (patch) | |
tree | 83137ddbaa52dc7066f1911015b2b6a199efff8f /qa/rpc-tests/p2p-compactblocks.py | |
parent | d978c41e1ec4fcf2c4d096f09af035f9e8a7ad81 (diff) |
Remove unused module from rpc-tests
Diffstat (limited to 'qa/rpc-tests/p2p-compactblocks.py')
-rwxr-xr-x | qa/rpc-tests/p2p-compactblocks.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/rpc-tests/p2p-compactblocks.py b/qa/rpc-tests/p2p-compactblocks.py index 9151ecf5de..47dfe4f5fd 100755 --- a/qa/rpc-tests/p2p-compactblocks.py +++ b/qa/rpc-tests/p2p-compactblocks.py @@ -7,7 +7,6 @@ from test_framework.mininode import * from test_framework.test_framework import BitcoinTestFramework from test_framework.util import * from test_framework.blocktools import create_block, create_coinbase, add_witness_commitment -from test_framework.siphash import siphash256 from test_framework.script import CScript, OP_TRUE ''' |