mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
remove some unused imports from new sighash_rangeproof test
This commit is contained in:
parent
e801e951df
commit
7575e050bb
1 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue