send: lower btc send limit - dust.

This commit is contained in:
Christopher Jeffrey 2014-08-08 14:28:00 -07:00 committed by Manuel Araoz
parent 4159c5aa5b
commit 5ebb344cd2
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<input type="number" id="amount"
ng-disabled="loading || ($root.merchant && +$root.merchant.total > 0)"
name="amount" placeholder="Amount" ng-model="amount"
min="0.0001" max="10000000000" enough-amount required
min="0.00005400" max="10000000000" enough-amount required
autocomplete="off"
>
<small class="icon-input" ng-show="!sendForm.amount.$invalid && amount"><i class="fi-check"></i></small>