Revert "added neoscrypt class"

This reverts commit e6583ff311.
This commit is contained in:
iAmShorty 2016-06-30 15:58:48 +02:00
parent e6583ff311
commit 2420160bc5

View File

@ -1,14 +0,0 @@
<?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
*
* Note: This is exactly the same as Scrypt, but it's
* here to let MPOS api report the correct coin algorithm.
**/
class Coin extends CoinBase {
protected $target_bits = 16;
}