We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55656e commit 4c6e426Copy full SHA for 4c6e426
payjoin/src/receive/error.rs
@@ -70,12 +70,10 @@ pub(crate) enum InternalRequestError {
70
MissingPayment,
71
/// The original PSBT transaction fails the broadcast check
72
OriginalPsbtNotBroadcastable,
73
- #[allow(dead_code)]
74
/// The sender is trying to spend the receiver input
75
InputOwned(bitcoin::ScriptBuf),
76
/// The expected input weight cannot be determined
77
InputWeight(crate::psbt::InputWeightError),
78
79
/// Original PSBT input has been seen before. Only automatic receivers, aka "interactive" in the spec
80
/// look out for these to prevent probing attacks.
81
InputSeen(bitcoin::OutPoint),
0 commit comments