BlindedPath with unannounced introduction node
[rust-lightning] / lightning / src / blinded_path / message.rs
index 1f3f5a1fa38e70bdac2c7d01923fa06e04513f2e..369a12243f7faae6971673a398945492bf00c78f 100644 (file)
@@ -30,7 +30,7 @@ use core::mem;
 use core::ops::Deref;
 
 /// An intermediate node, and possibly a short channel id leading to the next node.
-#[derive(Clone, Debug, Hash, PartialEq, Eq)]
+#[derive(Clone, Copy, Debug, Hash, PartialEq, Eq)]
 pub struct ForwardNode {
        /// This node's pubkey.
        pub node_id: PublicKey,