Bugfix: example: Set b58_sha256_impl

This commit is contained in:
Luke Dashjr
2014-09-02 17:13:36 +00:00
parent 41af7e2b7b
commit 62b721ee15

View File

@@ -63,6 +63,7 @@ int main(int argc, char**argv) {
json_error_t jsone; json_error_t jsone;
const char *err; const char *err;
b58_sha256_impl = my_sha256;
blkmk_sha256_impl = my_sha256; blkmk_sha256_impl = my_sha256;
testb58(); testb58();