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
Use owned UpdateFulfillHTLC msg to avoid attribution data clones
In the previous commit we switched to passing `UpdateFulfillHTLC`
messages to handlers owned, rather than by reference. Here we
update `ChanelManager`'s handling of fulfill attribution data to
avoid unnecessary clones now that we own the object.
0 commit comments