store lnurlp status in database
This commit is contained in:
parent
c368c1ef16
commit
4a38533cec
5 changed files with 127 additions and 11 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue