Updated the coin_scryptn.class.php comment.

This commit is contained in:
Hüseyin Uslu 2014-04-30 16:49:08 +03:00
parent 33560ec19d
commit 0246fb33ea

View File

@ -5,6 +5,9 @@ $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;