gudnuf / bolt12-prism

CLN plugin for lightning prisms using BOLT 12
16 stars 5 forks source link

Check to see if offer exists first #4

Closed gudnuf closed 4 months ago

gudnuf commented 1 year ago

on_payment we get an offer_id. We should look up in our offers first to make sure there is an offer that exists with that ID. Then, we should look to see if there is an entry in our db with a mathching offer_id

This should be relatively straightforward. Refer to update and delete methods

farscapian commented 4 months ago

Closed in v2