Merge pull request #432 from arcbtc/FastAPI
added lnaddresss for testing
This commit is contained in:
commit
c8e2aba451
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue