Skip to content

Commit

Permalink
SDK: Derive Clone for Presigner
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Feb 17, 2020
1 parent 611fa91 commit c17dfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ where
}
}

#[derive(Debug, Default)]
#[derive(Clone, Debug, Default)]
pub struct Presigner {
pubkey: Pubkey,
signature: Signature,
Expand Down

0 comments on commit c17dfd0

Please sign in to comment.