store lnurlp status in database

This commit is contained in:
Peter Rounce 2022-09-17 12:30:01 +00:00
parent c368c1ef16
commit 4a38533cec
5 changed files with 127 additions and 11 deletions

View file

@ -153,7 +153,7 @@ func monitor_invoice_state(r_hash []byte) () {
"invoice_state": invoice_state,
},).Info("invoice state updated")
//TODO: update database
db_update_receipt_state(hex.EncodeToString(r_hash), invoice_state)
}
connection.Close()