Skip to content

Commit bd3c6c9

Browse files
committed
f Make ChannelDetails non-copy
1 parent a5d08d5 commit bd3c6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ impl UniffiCustomTypeConverter for Txid {
296296
/// Details of a channel as returned by [`Node::list_channels`].
297297
///
298298
/// [`Node::list_channels`]: [`crate::Node::list_channels`]
299-
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
299+
#[derive(Debug, Clone, PartialEq, Eq)]
300300
pub struct ChannelDetails {
301301
/// The channel's ID (prior to funding transaction generation, this is a random 32 bytes,
302302
/// thereafter this is the transaction ID of the funding transaction XOR the funding transaction

0 commit comments

Comments
 (0)