Skip to content

Commit

Permalink
derive PartialEq for Receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
Sosthene00 committed Dec 15, 2023
1 parent 97f99ce commit 460990f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/receiving.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl From<Label> for Scalar {
/// It can be used to scan for transaction outputs belonging to us by using the scan_transaction function.
/// It optionally supports labels, which it manages internally.
/// Labels can be added with the add_label function.
#[derive(Debug, Clone)]
#[derive(Debug, Clone, PartialEq)]
pub struct Receiver {
version: u8,
scan_pubkey: PublicKey,
Expand Down

0 comments on commit 460990f

Please sign in to comment.