mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-17 02:57:33 +02:00
test: add missing assert_equal imports
The later scripted diff only rewrites call sites. Add `assert_equal` imports in the remaining files that still need them so the mechanical replacement can apply cleanly.
This commit is contained in:
@@ -58,6 +58,7 @@ from test_framework.script import (
|
||||
OP_SUBSTR,
|
||||
OP_XOR,
|
||||
)
|
||||
from test_framework.util import assert_equal
|
||||
from test_framework.script_util import (
|
||||
MIN_PADDING,
|
||||
MIN_STANDARD_TX_NONWITNESS_SIZE,
|
||||
|
||||
Reference in New Issue
Block a user