changed min to 10
This commit is contained in:
parent
947d169baa
commit
5cb392e5dc
|
@ -308,7 +308,7 @@
|
|||
fixedAmount: true,
|
||||
data: {
|
||||
haircut: 0,
|
||||
min_bet: 1,
|
||||
min_bet: 10,
|
||||
max_bet: 1000,
|
||||
currency: 'satoshis',
|
||||
comment_chars: 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user