FIX: occasional duplicate payments (closes #3)

This commit is contained in:
Overtorment
2019-01-06 14:35:14 +00:00
parent 6a57559b16
commit d3100a1390
2 changed files with 24 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ User storage schema
* userid_for_{refresh_token} = {userid}
* refresh_token_for_{userid} = {access_token}
* importing_{txid} = 1 `atomic lock when processing topup tx`
* invoice_paying_for_{userid} = 1 `lock for when payinvoice is in progress`