Skip to content

Commit 077ff02

Browse files
committed
Derive Clone and Debug for JsonReply
Required for ffi bindings
1 parent 29388a1 commit 077ff02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

payjoin/src/receive/error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ pub enum ReplyableError {
7272
/// "message": "Human readable error message"
7373
/// }
7474
/// ```
75+
#[derive(Debug, Clone, PartialEq, Eq)]
7576
pub struct JsonReply {
7677
/// The error code
7778
error_code: ErrorCode,

0 commit comments

Comments
 (0)