ADD: create invoice, pay internal invoice

This commit is contained in:
igor
2018-12-10 15:11:16 +00:00
parent 1aa9827e1c
commit fbd605b4cc
5 changed files with 510 additions and 249 deletions

View File

@@ -20,5 +20,8 @@ User storage schema
* txs_for_{userid} = [] `serialized paid lnd invoices in a list`
* imported_txids_for_{userid} = [] `list of txids processed for this user`
* metadata_for_{userid}= {serialized json}
* userinvoices_for_{userid} = []
* payment_hash_{payment_hash} = {userid}
* ispaid_{payment_hash} = 1