You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cancel_invoice function appends an audit entry with action 'cancel' but does not emit an on-chain event. Add a cancelled event in events.rs consistent with the other invoice lifecycle events.
The cancel_invoice function appends an audit entry with action 'cancel' but does not emit an on-chain event. Add a
cancelledevent in events.rs consistent with the other invoice lifecycle events.