fix synt
This commit is contained in:
@@ -467,7 +467,7 @@ long WrenchFamilyTransfer(CVars in, CVars &out){
|
|||||||
out["error_limit"] = "amount_greater_than_limit";
|
out["error_limit"] = "amount_greater_than_limit";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (in["amount"].Long() <= 0 > ){
|
if (in["amount"].Long() <= 0 ){
|
||||||
err_count++;
|
err_count++;
|
||||||
out["error_balance"] = "amount_inavlid";
|
out["error_balance"] = "amount_inavlid";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user