From e3b2820cb7edf212dcb7c2ab1ae5fb7a38fc6343 Mon Sep 17 00:00:00 2001 From: Greg Tonoski <111286121+GregTonoski@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:54:36 +0200 Subject: [PATCH] Update thirdparty_base58.c typo correction --- src/thirdparty_base58.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thirdparty_base58.c b/src/thirdparty_base58.c index 276adec..c6ab72d 100644 --- a/src/thirdparty_base58.c +++ b/src/thirdparty_base58.c @@ -26,7 +26,7 @@ */ /* - Combined and slightly modified from Luke's libblkmaker and libbase68 + Combined and slightly modified from Luke's libblkmaker and libbase58 */ #include