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
None => returnErr(APIError::APIMisuseError{err:"The channel isn't currently in a state where we can signal readiness.".to_owned()})
4435
+
}
4436
+
}
4437
+
hash_map::Entry::Vacant(_) => {
4438
+
returnErr(APIError::ChannelUnavailable{err:format!("Channel with id {} not found for the passed counterparty node_id {}", log_bytes!(*channel_id), counterparty_node_id)});
4439
+
}
4440
+
}
4441
+
4442
+
Ok(())
4443
+
}
4444
+
4409
4445
/// Gets the number of peers which match the given filter and do not have any funded, outbound,
0 commit comments