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.
ReceiverTypeState::TerminalFailure
1 parent 1118670 commit ebf0325Copy full SHA for ebf0325
payjoin/src/receive/v2/mod.rs
@@ -83,7 +83,7 @@ fn subdir_path_from_pubkey(pubkey: &HpkePublicKey) -> ShortId {
83
}
84
85
/// Represents the various states of a Payjoin receiver session during the protocol flow.
86
-/// Each variant wraps a `Receiver` with a specific state type, except for `TerminalFailure` which
+/// Each variant wraps a `Receiver` with a specific state type, except for [`ReceiverTypeState::TerminalFailure`] which
87
/// indicates the session has ended or is invalid.
88
#[derive(Debug, Clone, PartialEq)]
89
pub enum ReceiverTypeState {
0 commit comments