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 970bec6 commit 00bdcdfCopy full SHA for 00bdcdf
include/classes/coins/coin_neoscrypt.class renamed to include/classes/coins/coin_neoscrypt.class.php
@@ -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
-}
+<?php
+$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
+
+/**
+ * We extend our CoinBase class
+ * No need to change anything, base class supports
+ * scrypt and sha256d
+ **/
+class Coin extends CoinBase {
+ protected $target_bits = 16;
+}
0 commit comments