Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron1024 committed Mar 23, 2023
1 parent 90405d3 commit c4f4128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallas-multiplexer/src/agents.rs
Expand Up @@ -4,7 +4,7 @@ use crate::Payload;
use pallas_codec::{minicbor, Fragment};
use thiserror::Error;

#[derive(Debug, Error)]
#[derive(Debug, Clone, Error)]
pub enum ChannelError {
#[error("channel is not connected, failed to send payload")]
NotConnected(Option<Payload>),
Expand Down

0 comments on commit c4f4128

Please sign in to comment.