Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
derive Clone for ZombienetBackchannel
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Dec 7, 2021
1 parent 91b6975 commit 5953051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/zombienet-backchannel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use tokio_tungstenite::{
mod errors;
use errors::BackchannelError;

#[derive(Debug)]
#[derive(Clone, Debug)]
pub struct ZombienetBackchannel {
broadcast_tx: broadcast::Sender<BackchannelItem>,
ws_tx: SplitSink<WebSocketStream<MaybeTlsStream<TcpStream>>, Message>,
Expand Down

0 comments on commit 5953051

Please sign in to comment.