aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/p2p-compactblocks.py
diff options
context:
space:
mode:
authorTakashi Mitsuta <knhn1117@gmail.com>2017-02-12 16:44:43 +0900
committerTakashi Mitsuta <knhn1117@gmail.com>2017-02-12 16:44:43 +0900
commita432aa0aa83310f0eb053329fb4b2670ce92b1c6 (patch)
tree83137ddbaa52dc7066f1911015b2b6a199efff8f /qa/rpc-tests/p2p-compactblocks.py
parentd978c41e1ec4fcf2c4d096f09af035f9e8a7ad81 (diff)
downloadbitcoin-a432aa0aa83310f0eb053329fb4b2670ce92b1c6.tar.xz
Remove unused module from rpc-tests
Diffstat (limited to 'qa/rpc-tests/p2p-compactblocks.py')
-rwxr-xr-xqa/rpc-tests/p2p-compactblocks.py1
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
'''