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
f switch to bool for accountable in PendingHTLCInfo and write default
To allow us to get rid of Option<bool>, we just persist false by
default for accountable signals. Moving away from the Option means that
we can't distinguish between no signal being set and a false one, but
we accept this for the sake of simplifying the code.
0 commit comments