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