Require coin in configuration

This commit is contained in:
Patrick O'Grady 2020-10-26 18:59:35 -07:00
parent c42c10cb32
commit dcdc1cf81f
No known key found for this signature in database
GPG key ID: 8DE11C985C0C8D85

View file

@ -19,7 +19,8 @@ request_funds(1){
"minimum_balance":{ "minimum_balance":{
"value": "1000000", "value": "1000000",
"currency": {{currency}} "currency": {{currency}}
} },
"require_coin":true
}); });
} }
} }