tests: implement base58_decode

This commit is contained in:
10xcryptodev
2020-05-19 22:00:26 -03:00
parent aa8d76806c
commit 60ed33904c
2 changed files with 49 additions and 1 deletions

View File

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