Merge pull request #430 from arcbtc/FastAPI
added lnaddresss for testing
This commit is contained in:
commit
b9f3f35718
|
@ -148,7 +148,7 @@ async def api_lnurlw_callback(
|
|||
return {"status": "ERROR", "reason": "no withdraw"}
|
||||
if link.used:
|
||||
return {"status": "ERROR", "reason": "spent"}
|
||||
|
||||
print("winner")
|
||||
paylink = await get_satsdice_pay(link.satsdice_pay)
|
||||
|
||||
await update_satsdice_withdraw(link.id, used=1)
|
||||
|
|
|
@ -329,7 +329,8 @@
|
|||
chanceValueCalc() {
|
||||
this.chanceValue = (
|
||||
(1 / this.multiValue) * 100 -
|
||||
this.formDialog.data.haircut
|
||||
this.formDialog.data.haircut -
|
||||
(1 / this.multiValue) * 10
|
||||
).toFixed(2)
|
||||
return this.chanceValue
|
||||
}
|
||||
|
@ -446,7 +447,7 @@
|
|||
key === 'success_url') &&
|
||||
(value === null || value === '')
|
||||
)
|
||||
|
||||
|
||||
LNbits.api
|
||||
.request(
|
||||
'PUT',
|
||||
|
|
Loading…
Reference in New Issue
Block a user