issue #2424 if ($config['fees'] == 0 && ($config['txfee_auto'] == 0 || $config['txfee_manual'] == 0)) { $newerror = array(); $newerror['name'] = "Fees and TX Fees 0"; $newerror['description'] = "Having your pool fees set to 0 and tx fees also set to 0 can cause a problem where the wallet cannot payout, consider setting the txfee to a very low amount, ie. 0.0001 to avoid this."; $newerror['configvalue'] = "fees"; $newerror['helplink'] = "https://github.com/MPOS/php-mpos/issues/2424"; $error[] = $newerror; $newerror = null; }