diff options
Diffstat (limited to 'qa/rpc-tests/txn_doublespend.py')
-rwxr-xr-x | qa/rpc-tests/txn_doublespend.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qa/rpc-tests/txn_doublespend.py b/qa/rpc-tests/txn_doublespend.py index 05a3a34788..8d7f6e505d 100755 --- a/qa/rpc-tests/txn_doublespend.py +++ b/qa/rpc-tests/txn_doublespend.py @@ -9,9 +9,6 @@ from test_framework.test_framework import BitcoinTestFramework from test_framework.util import * -from decimal import Decimal -import os -import shutil class TxnMallTest(BitcoinTestFramework): |