Skip to content

Commit 0246fb3

Browse files
author
Hüseyin Uslu
committed
Updated the coin_scryptn.class.php comment.
1 parent 33560ec commit 0246fb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

public/include/classes/coins/coin_scryptn.class.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* We extend our CoinBase class
66
* No need to change anything, base class supports
77
* 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.
811
**/
912
class Coin extends CoinBase {
1013
protected $target_bits = 16;

0 commit comments

Comments
 (0)