[test]: remove duplicate WITNESS_SCALE_FACTOR

This commit is contained in:
ismaelsadeeq
2024-05-03 10:30:50 +01:00
parent 99d7538cdb
commit af3c18169a
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ from test_framework.blocktools import (
create_block,
add_witness_commitment,
MAX_BLOCK_SIGOPS_WEIGHT,
WITNESS_SCALE_FACTOR,
)
from test_framework.messages import (
COutPoint,
@@ -20,6 +19,7 @@ from test_framework.messages import (
CTxOut,
SEQUENCE_FINAL,
tx_from_hex,
WITNESS_SCALE_FACTOR,
)
from test_framework.script import (
ANNEX_TAG,