Skip to content

Commit 432ed97

Browse files
Remove clone on MaybeSigned enum (r2602563105)
1 parent dc861af commit 432ed97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ impl InProgressSignatures for PartiallyAuthorized {
11931193
/// A heisen[`Signature`] for a particular [`Action`].
11941194
///
11951195
/// [`Signature`]: VerSpendAuthSig
1196-
#[derive(Debug, Clone)]
1196+
#[derive(Debug)]
11971197
pub enum MaybeSigned {
11981198
/// The information needed to sign this [`Action`].
11991199
SigningMetadata(SigningParts),

0 commit comments

Comments
 (0)