Skip to content

Commit

Permalink
added debug + clone trait
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli committed Jan 3, 2024
1 parent 7b091cd commit 7839890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/ledger/ibc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ where
}
}

#[derive(Debug, Clone)]
pub enum IbcMessage {
Envelope(MsgEnvelope),
Transfer(MsgTransfer),
Expand Down

0 comments on commit 7839890

Please sign in to comment.