changed min to 10
This commit is contained in:
parent
947d169baa
commit
5cb392e5dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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