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

This reverts commit c75de5da5f.
This commit is contained in:
John Newbery
2020-06-10 11:54:25 -04:00
parent 6762a627ec
commit e38081846d
4 changed files with 71 additions and 74 deletions

View File

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