Skip to content

Commit 00bdcdf

Browse files
committed
corrected class file
1 parent 970bec6 commit 00bdcdf

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed
Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
<?php
2-
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
3-
4-
/**
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;
14-
}
1+
<?php
2+
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
3+
4+
/**
5+
* We extend our CoinBase class
6+
* No need to change anything, base class supports
7+
* scrypt and sha256d
8+
**/
9+
class Coin extends CoinBase {
10+
protected $target_bits = 16;
11+
}

0 commit comments

Comments
 (0)