1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 04:24:19 +00:00

Add missing sibcoin algo string

This commit is contained in:
elbandi 2017-02-01 03:03:29 +01:00
parent fb181f5e88
commit 13e0210bfc

View File

@ -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)