File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1072,7 +1072,7 @@ fn build_bundle<B, R: RngCore>(
10721072/// Marker trait representing bundle signatures in the process of being created.
10731073pub trait InProgressSignatures : fmt:: Debug {
10741074 /// The authorization type of an Orchard action in the process of being authorized.
1075- type SpendAuth : fmt:: Debug + Clone ;
1075+ type SpendAuth : fmt:: Debug ;
10761076}
10771077
10781078/// Marker for a bundle in the process of being built.
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ impl Flags {
202202/// Defines the authorization type of an Orchard bundle.
203203pub trait Authorization : fmt:: Debug {
204204 /// The authorization type of an Orchard action.
205- type SpendAuth : fmt:: Debug + Clone ;
205+ type SpendAuth : fmt:: Debug ;
206206}
207207
208208/// A bundle of actions to be applied to the ledger.
You can’t perform that action at this time.
0 commit comments