COIN -> SATOSHIDEN
This commit is contained in:
@@ -940,10 +940,10 @@ again:
|
||||
if ( amount == lastamount3 && amount == lastamount4 )
|
||||
stdamount /= 10;
|
||||
}
|
||||
if ( stdamount < COIN )
|
||||
if ( stdamount < SATOSHIDEN )
|
||||
{
|
||||
stdamount = COIN;
|
||||
refamount = COIN * 50;
|
||||
stdamount = SATOSHIDEN;
|
||||
refamount = SATOSHIDEN * 50;
|
||||
}
|
||||
if ( stdamount < refamount )
|
||||
refamount = stdamount;
|
||||
|
||||
Reference in New Issue
Block a user