diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-08-22 10:20:43 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-08-22 10:21:00 +0200 |
commit | 760741a00833876976389ed7a6b73f36ee5b4c13 (patch) | |
tree | 1db2efcb02780c58480333c7704c58d10bd85186 /qa/rpc-tests/segwit.py | |
parent | a55a018d5f2da05217b83e253555a3ab1016dda8 (diff) | |
parent | faaec1377c6975a7c427bac958b67a0aba9e1694 (diff) |
Merge #8551: [qa] Remove unused code
faaec13 [qa] Remove unused code (MarcoFalke)
Diffstat (limited to 'qa/rpc-tests/segwit.py')
-rwxr-xr-x | qa/rpc-tests/segwit.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/rpc-tests/segwit.py b/qa/rpc-tests/segwit.py index da82b09901..745a1d4750 100755 --- a/qa/rpc-tests/segwit.py +++ b/qa/rpc-tests/segwit.py @@ -10,8 +10,6 @@ from test_framework.test_framework import BitcoinTestFramework from test_framework.util import * from test_framework.mininode import sha256, ripemd160 -import os -import shutil NODE_0 = 0 NODE_1 = 1 |