mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-23 06:54:27 +02:00
Merge pull request #432 from arcbtc/FastAPI
added lnaddresss for testing
This commit is contained in:
commit
c8e2aba451
@ -186,7 +186,7 @@
|
||||
color="primary"
|
||||
:disable="
|
||||
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"
|
||||
>Create satsdice</q-btn
|
||||
>
|
||||
@ -308,7 +308,7 @@
|
||||
fixedAmount: true,
|
||||
data: {
|
||||
haircut: 0,
|
||||
min_bet: 1,
|
||||
min_bet: 10,
|
||||
max_bet: 1000,
|
||||
currency: 'satoshis',
|
||||
comment_chars: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user