mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-29 10:10:00 +02:00
Merge pull request #432 from arcbtc/FastAPI
added lnaddresss for testing
This commit is contained in:
@ -186,7 +186,7 @@
|
|||||||
color="primary"
|
color="primary"
|
||||||
:disable="
|
:disable="
|
||||||
formDialog.data.wallet == null ||
|
formDialog.data.wallet == null ||
|
||||||
formDialog.data.title == null || formDialog.data.min < 1 || formDialog.data.max < formDialog.data.min"
|
formDialog.data.title == null || formDialog.data.min < 10 || formDialog.data.max < formDialog.data.min"
|
||||||
type="submit"
|
type="submit"
|
||||||
>Create satsdice</q-btn
|
>Create satsdice</q-btn
|
||||||
>
|
>
|
||||||
@ -308,7 +308,7 @@
|
|||||||
fixedAmount: true,
|
fixedAmount: true,
|
||||||
data: {
|
data: {
|
||||||
haircut: 0,
|
haircut: 0,
|
||||||
min_bet: 1,
|
min_bet: 10,
|
||||||
max_bet: 1000,
|
max_bet: 1000,
|
||||||
currency: 'satoshis',
|
currency: 'satoshis',
|
||||||
comment_chars: 0
|
comment_chars: 0
|
||||||
|
Reference in New Issue
Block a user