[TESTS] Move base58 to own module to break circular dependency

This breaks the script->key->address->script dependency cycle.
This commit is contained in:
Pieter Wuille
2020-05-02 13:59:00 -07:00
committed by Pieter Wuille
parent f8364df250
commit c75de5da5f
4 changed files with 74 additions and 71 deletions

View File

@@ -67,7 +67,7 @@ TEST_EXIT_PASSED = 0
TEST_EXIT_SKIPPED = 77
TEST_FRAMEWORK_MODULES = [
"address",
"base58",
"blocktools",
"script",
]