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
The public method ChannelManager::fail_htlc_backwards_with_reason was added and parameterized by HTLCFailReason, and CI passed even though HTLCFailReason is in a private module
The text was updated successfully, but these errors were encountered:
Found on @alecchendev's branch https://github.com/alecchendev/rust-lightning/tree/custom-fail-back-err as part of #1948, commit 60bce30.
The public method
ChannelManager::fail_htlc_backwards_with_reason
was added and parameterized byHTLCFailReason
, and CI passed even thoughHTLCFailReason
is in a private moduleThe text was updated successfully, but these errors were encountered: