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
[approach1]: Set outgoing_accountable in PendingHTLCInfo
Downside:
- We create this struct early on, so have to set this value to none
and then mutate it.
Upside:
- We coherently store the accountable signal with the other forwarding
information that we'll be using later on.
0 commit comments