fix autopayment for coins with larger blockreward
This commit is contained in:
parent
788929ae79
commit
a407f964d7
@ -35,7 +35,7 @@
|
||||
<fieldset>
|
||||
<label>Automatic Payout Threshold</label>
|
||||
<font size="1">{$GLOBAL.config.ap_threshold.min}-{$GLOBAL.config.ap_threshold.max} {$GLOBAL.config.currency}. Set to '0' for no auto payout.</font>
|
||||
<input type="text" name="payoutThreshold" value="{$smarty.request.payoutThreshold|default:$GLOBAL.userdata.ap_threshold|escape}" size="5" maxlength="5" />
|
||||
<input type="text" name="payoutThreshold" value="{$smarty.request.payoutThreshold|default:$GLOBAL.userdata.ap_threshold|escape}" size="{$GLOBAL.config.ap_threshold.max|strlen}" maxlength="{$GLOBAL.config.ap_threshold.max|strlen}" />
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<label>Anonymous Account</label>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user