Browse Source

Add missing sibcoin algo string

pull/1/head
elbandi 7 years ago
parent
commit
13e0210bfc
  1. 3
      algorithm.c

3
algorithm.c

@ -79,7 +79,8 @@ const char *algorithm_type_str[] = { @@ -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)

Loading…
Cancel
Save