We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33560ec commit 0246fb3Copy full SHA for 0246fb3
public/include/classes/coins/coin_scryptn.class.php
@@ -5,6 +5,9 @@
5
* We extend our CoinBase class
6
* No need to change anything, base class supports
7
* scrypt and sha256d
8
+ *
9
+ * Note: This is exactly the same as Scrypt, but it's
10
+ * here to let MPOS api report the correct coin algorithm.
11
**/
12
class Coin extends CoinBase {
13
protected $target_bits = 16;
0 commit comments