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
Having PaymentReceivedandPaymentClaimed in LDK Lite might be a bit verbose for the 'simplified' API.
If we only want to have one, i.e., PaymentReceived event, it raises the question when we should emit it: on receiving PaymentReceived or PaymentClaimed?
Or do we want to mirror both events here after all?
Having
PaymentReceivedandPaymentClaimedin LDK Lite might be a bit verbose for the 'simplified' API.If we only want to have one, i.e.,
PaymentReceivedevent, it raises the question when we should emit it: on receivingPaymentReceivedorPaymentClaimed?Or do we want to mirror both events here after all?