diff options
Diffstat (limited to 'qa/rpc-tests/merkle_blocks.py')
-rwxr-xr-x | qa/rpc-tests/merkle_blocks.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/rpc-tests/merkle_blocks.py b/qa/rpc-tests/merkle_blocks.py index 08e5db45fa..cce8d8bbfb 100755 --- a/qa/rpc-tests/merkle_blocks.py +++ b/qa/rpc-tests/merkle_blocks.py @@ -9,8 +9,6 @@ from test_framework.test_framework import BitcoinTestFramework from test_framework.util import * -import os -import shutil class MerkleBlockTest(BitcoinTestFramework): |