mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 18:11:30 +01:00
Merge pull request #1118 from motorina0/allow_decimal_fee_rate
feat: allow decimal fee rate
This commit is contained in:
commit
b379da1a28
@ -6,6 +6,7 @@
|
||||
filled
|
||||
dense
|
||||
v-model.number="feeRate"
|
||||
step="any"
|
||||
:rules="[val => !!val || 'Field is required']"
|
||||
type="number"
|
||||
label="sats/vbyte"
|
||||
|
Loading…
Reference in New Issue
Block a user