There was an error while loading. Please reload this page.
1 parent 80ac99e commit c4e239cCopy full SHA for c4e239c
1 file changed
mutiny-wasm/src/error.rs
@@ -150,6 +150,9 @@ pub enum MutinyJsError {
150
// Payjoin request failed.
151
#[error("Payjoin response error: {0}")]
152
PayjoinResponse(String),
153
+ /// Payjoin response validation failed.
154
+ #[error("Failed to validate payjoin response.")]
155
+ PayjoinValidateResponse,
156
/// Payjoin configuration error
157
#[error("Payjoin configuration failed.")]
158
PayjoinConfigError,
0 commit comments