mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-03 17:30:25 +01:00
[TESTS] Move base58 to own module to break circular dependency
This breaks the script->key->address->script dependency cycle.
This commit is contained in:
committed by
Pieter Wuille
parent
f8364df250
commit
c75de5da5f
@@ -67,7 +67,7 @@ TEST_EXIT_PASSED = 0
|
||||
TEST_EXIT_SKIPPED = 77
|
||||
|
||||
TEST_FRAMEWORK_MODULES = [
|
||||
"address",
|
||||
"base58",
|
||||
"blocktools",
|
||||
"script",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user