File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -940,6 +940,7 @@ impl BuiltCommitmentTransaction {
940
940
///
941
941
/// This class can be used inside a signer implementation to generate a signature given the relevant
942
942
/// secret key.
943
+ #[ derive( Clone , Hash , PartialEq ) ]
943
944
pub struct ClosingTransaction {
944
945
to_holder_value_sat : u64 ,
945
946
to_counterparty_value_sat : u64 ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ use io;
21
21
pub struct ShutdownScript ( ShutdownScriptImpl ) ;
22
22
23
23
/// An error occurring when converting from [`Script`] to [`ShutdownScript`].
24
- #[ derive( Debug ) ]
24
+ #[ derive( Clone , Debug ) ]
25
25
pub struct InvalidShutdownScript {
26
26
/// The script that did not meet the requirements from [BOLT #2].
27
27
///
You can’t perform that action at this time.
0 commit comments