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
Pass UpdateFulfillHTLC message owned, rather than by ref
Most of the message handlers in LDK pass messages to the handler by
reference. This is unnecessarily inefficient and there's no real
reason to do so.
Because we just tweaked what `UpdateFulfillHTLC` messages look
like, this is a good opportunity to make progress here, passing at
least one message owned rather than by reference.
0 commit comments