FIX: groundcontrol notifications for internal invoices

This commit is contained in:
Overtorment
2020-07-13 14:43:13 +01:00
parent 17bdf37f9b
commit f30363ff39
3 changed files with 49 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ User storage schema
* 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`
* preimage_for_{payment_hash_hex} = {preimage_hex} `ttl 1 month`