We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5333ed6 commit 850d949Copy full SHA for 850d949
lightning/src/util/errors.rs
@@ -50,6 +50,8 @@ pub enum APIError {
50
/// [`ChannelMonitorUpdateStatus::InProgress`] indicating the persistence of a monitor update
51
/// is awaiting async resolution. Once it resolves the attempted action should complete
52
/// automatically.
53
+ ///
54
+ /// [`ChannelMonitorUpdateStatus::InProgress`]: crate::chain::ChannelMonitorUpdateStatus::InProgress
55
MonitorUpdateInProgress,
56
/// [`KeysInterface::get_shutdown_scriptpubkey`] returned a shutdown scriptpubkey incompatible
57
/// with the channel counterparty as negotiated in [`InitFeatures`].
0 commit comments