From 7575e050bba9a6a61558143feb167e747d970ec6 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Fri, 26 Mar 2021 23:24:08 +0000 Subject: [PATCH] remove some unused imports from new sighash_rangeproof test --- test/functional/feature_sighash_rangeproof.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/test/functional/feature_sighash_rangeproof.py b/test/functional/feature_sighash_rangeproof.py index 04a4cad107..f35e8ac57b 100755 --- a/test/functional/feature_sighash_rangeproof.py +++ b/test/functional/feature_sighash_rangeproof.py @@ -15,14 +15,9 @@ from test_framework.script import ( LegacySignatureHash, SegwitV0SignatureHash, SIGHASH_ALL, - SIGHASH_SINGLE, - SIGHASH_NONE, - SIGHASH_ANYONECANPAY, SIGHASH_RANGEPROOF, CScript, CScriptOp, - FindAndDelete, - OP_CODESEPARATOR, OP_CHECKSIG, OP_DUP, OP_EQUALVERIFY, @@ -33,10 +28,8 @@ from test_framework.key import ECKey from test_framework.messages import ( CBlock, CTransaction, - CTxOut, FromHex, - WitToHex, - hash256, uint256_from_str, ser_uint256, ser_string, ser_vector + WitToHex ) from test_framework import util