From 13e0210bfc95f31432bbe095f27b66a3b59ca2dc Mon Sep 17 00:00:00 2001 From: elbandi Date: Wed, 1 Feb 2017 03:03:29 +0100 Subject: [PATCH] Add missing sibcoin algo string --- algorithm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/algorithm.c b/algorithm.c index 36f6e456..9d2f458e 100644 --- a/algorithm.c +++ b/algorithm.c @@ -79,7 +79,8 @@ const char *algorithm_type_str[] = { "Sia", "Decred", "Vanilla", - "Lbry" + "Lbry", + "Sibcoin" }; void sha256(const unsigned char *message, unsigned int len, unsigned char *digest)