We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d77e7c commit ba06507Copy full SHA for ba06507
lightning/src/ln/peer_handler.rs
@@ -86,7 +86,7 @@ pub trait SocketDescriptor : cmp::Eq + hash::Hash + Clone {
86
pub struct PeerHandleError {
87
/// Used to indicate that we probably can't make any future connections to this peer, implying
88
/// we should go ahead and force-close any channels we have with it.
89
- no_connection_possible: bool,
+ pub no_connection_possible: bool,
90
}
91
impl fmt::Debug for PeerHandleError {
92
fn fmt(&self, formatter: &mut fmt::Formatter) -> Result<(), fmt::Error> {
0 commit comments