Currently the hold_invoice_accepted notification has state set to accepted instead of pending.
Internally we can use accepted but because we use pending in list_transactions too (verified this), it would be best to align both since Nip47Transaction state should be one of "settled" | "pending" | "expired" | "failed"
Currently the
hold_invoice_acceptednotification has state set toacceptedinstead ofpending.Internally we can use
acceptedbut because we use pending inlist_transactionstoo (verified this), it would be best to align both sinceNip47Transactionstate should be one of"settled" | "pending" | "expired" | "failed"