Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit c4e239c

Browse files
committed
Depend on payjoin taproot spend fix
1 parent 80ac99e commit c4e239c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mutiny-wasm/src/error.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ pub enum MutinyJsError {
150150
// Payjoin request failed.
151151
#[error("Payjoin response error: {0}")]
152152
PayjoinResponse(String),
153+
/// Payjoin response validation failed.
154+
#[error("Failed to validate payjoin response.")]
155+
PayjoinValidateResponse,
153156
/// Payjoin configuration error
154157
#[error("Payjoin configuration failed.")]
155158
PayjoinConfigError,

0 commit comments

Comments
 (0)